Uses of Interface
software.amazon.awssdk.services.synthetics.model.ListGroupsRequest.Builder
-
Packages that use ListGroupsRequest.Builder Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.model -
-
Uses of ListGroupsRequest.Builder in software.amazon.awssdk.services.synthetics
Method parameters in software.amazon.awssdk.services.synthetics with type arguments of type ListGroupsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListGroupsResponse>SyntheticsAsyncClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs.default ListGroupsResponseSyntheticsClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs.default ListGroupsPublisherSyntheticsAsyncClient. listGroupsPaginator(Consumer<ListGroupsRequest.Builder> listGroupsRequest)This is a variant ofSyntheticsAsyncClient.listGroups(software.amazon.awssdk.services.synthetics.model.ListGroupsRequest)operation.default ListGroupsIterableSyntheticsClient. listGroupsPaginator(Consumer<ListGroupsRequest.Builder> listGroupsRequest)This is a variant ofSyntheticsClient.listGroups(software.amazon.awssdk.services.synthetics.model.ListGroupsRequest)operation. -
Uses of ListGroupsRequest.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return ListGroupsRequest.Builder Modifier and Type Method Description static ListGroupsRequest.BuilderListGroupsRequest. builder()ListGroupsRequest.BuilderListGroupsRequest.Builder. maxResults(Integer maxResults)Specify this parameter to limit how many groups are returned each time you use theListGroupsoperation.ListGroupsRequest.BuilderListGroupsRequest.Builder. nextToken(String nextToken)A token that indicates that there is more data available.ListGroupsRequest.BuilderListGroupsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGroupsRequest.BuilderListGroupsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGroupsRequest.BuilderListGroupsRequest. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type ListGroupsRequest.Builder Modifier and Type Method Description static Class<? extends ListGroupsRequest.Builder>ListGroupsRequest. serializableBuilderClass()
-