Uses of Class
software.amazon.awssdk.services.synthetics.model.CreateGroupRequest
-
Packages that use CreateGroupRequest Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.transform -
-
Uses of CreateGroupRequest in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics with parameters of type CreateGroupRequest Modifier and Type Method Description default CompletableFuture<CreateGroupResponse>SyntheticsAsyncClient. createGroup(CreateGroupRequest 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. -
Uses of CreateGroupRequest in software.amazon.awssdk.services.synthetics.transform
Methods in software.amazon.awssdk.services.synthetics.transform with parameters of type CreateGroupRequest Modifier and Type Method Description SdkHttpFullRequestCreateGroupRequestMarshaller. marshall(CreateGroupRequest createGroupRequest)
-