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