Uses of Class
software.amazon.awssdk.services.synthetics.model.CreateGroupResponse
-
Packages that use CreateGroupResponse Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics -
-
Uses of CreateGroupResponse in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics that return CreateGroupResponse Modifier and Type Method Description default CreateGroupResponseSyntheticsClient. createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)Creates a group which you can use to associate canaries with each other, including cross-Region canaries.default CreateGroupResponseSyntheticsClient. createGroup(CreateGroupRequest createGroupRequest)Creates a group which you can use to associate canaries with each other, including cross-Region canaries.Methods in software.amazon.awssdk.services.synthetics that return types with arguments of type CreateGroupResponse Modifier and Type Method Description default CompletableFuture<CreateGroupResponse>SyntheticsAsyncClient. createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)Creates a group which you can use to associate canaries with each other, including cross-Region canaries.default CompletableFuture<CreateGroupResponse>SyntheticsAsyncClient. createGroup(CreateGroupRequest createGroupRequest)Creates a group which you can use to associate canaries with each other, including cross-Region canaries.
-