Uses of Interface
software.amazon.awssdk.services.synthetics.model.CreateGroupRequest.Builder
-
Packages that use CreateGroupRequest.Builder Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.model -
-
Uses of CreateGroupRequest.Builder in software.amazon.awssdk.services.synthetics
Method parameters in software.amazon.awssdk.services.synthetics with type arguments of type CreateGroupRequest.Builder 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 CreateGroupResponseSyntheticsClient. createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)Creates a group which you can use to associate canaries with each other, including cross-Region canaries. -
Uses of CreateGroupRequest.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return CreateGroupRequest.Builder Modifier and Type Method Description static CreateGroupRequest.BuilderCreateGroupRequest. builder()CreateGroupRequest.BuilderCreateGroupRequest.Builder. name(String name)The name for the group.CreateGroupRequest.BuilderCreateGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateGroupRequest.BuilderCreateGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateGroupRequest.BuilderCreateGroupRequest.Builder. tags(Map<String,String> tags)A list of key-value pairs to associate with the group.CreateGroupRequest.BuilderCreateGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type CreateGroupRequest.Builder Modifier and Type Method Description static Class<? extends CreateGroupRequest.Builder>CreateGroupRequest. serializableBuilderClass()
-