Uses of Interface
software.amazon.awssdk.services.synthetics.model.ListAssociatedGroupsRequest.Builder
-
Packages that use ListAssociatedGroupsRequest.Builder Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.model -
-
Uses of ListAssociatedGroupsRequest.Builder in software.amazon.awssdk.services.synthetics
-
Uses of ListAssociatedGroupsRequest.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return ListAssociatedGroupsRequest.Builder Modifier and Type Method Description static ListAssociatedGroupsRequest.BuilderListAssociatedGroupsRequest. builder()ListAssociatedGroupsRequest.BuilderListAssociatedGroupsRequest.Builder. maxResults(Integer maxResults)Specify this parameter to limit how many groups are returned each time you use theListAssociatedGroupsoperation.ListAssociatedGroupsRequest.BuilderListAssociatedGroupsRequest.Builder. nextToken(String nextToken)A token that indicates that there is more data available.ListAssociatedGroupsRequest.BuilderListAssociatedGroupsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssociatedGroupsRequest.BuilderListAssociatedGroupsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAssociatedGroupsRequest.BuilderListAssociatedGroupsRequest.Builder. resourceArn(String resourceArn)The ARN of the canary that you want to view groups for.ListAssociatedGroupsRequest.BuilderListAssociatedGroupsRequest. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type ListAssociatedGroupsRequest.Builder Modifier and Type Method Description static Class<? extends ListAssociatedGroupsRequest.Builder>ListAssociatedGroupsRequest. serializableBuilderClass()
-