Uses of Interface
software.amazon.awssdk.services.resourcegroups.model.ListGroupsRequest.Builder
-
Packages that use ListGroupsRequest.Builder Package Description software.amazon.awssdk.services.resourcegroups Resource Groups lets you organize Amazon Web Services resources such as Amazon Elastic Compute Cloud instances, Amazon Relational Database Service databases, and Amazon Simple Storage Service buckets into groups using criteria that you define as tags.software.amazon.awssdk.services.resourcegroups.model -
-
Uses of ListGroupsRequest.Builder in software.amazon.awssdk.services.resourcegroups
Method parameters in software.amazon.awssdk.services.resourcegroups with type arguments of type ListGroupsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListGroupsResponse>ResourceGroupsAsyncClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Returns a list of existing Resource Groups in your account.default ListGroupsResponseResourceGroupsClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Returns a list of existing Resource Groups in your account.default ListGroupsPublisherResourceGroupsAsyncClient. listGroupsPaginator(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Returns a list of existing Resource Groups in your account.default ListGroupsIterableResourceGroupsClient. listGroupsPaginator(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Returns a list of existing Resource Groups in your account. -
Uses of ListGroupsRequest.Builder in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return ListGroupsRequest.Builder Modifier and Type Method Description static ListGroupsRequest.BuilderListGroupsRequest. builder()ListGroupsRequest.BuilderListGroupsRequest.Builder. filters(Collection<GroupFilter> filters)Filters, formatted as GroupFilter objects, that you want to apply to aListGroupsoperation.ListGroupsRequest.BuilderListGroupsRequest.Builder. filters(Consumer<GroupFilter.Builder>... filters)Filters, formatted as GroupFilter objects, that you want to apply to aListGroupsoperation.ListGroupsRequest.BuilderListGroupsRequest.Builder. filters(GroupFilter... filters)Filters, formatted as GroupFilter objects, that you want to apply to aListGroupsoperation.ListGroupsRequest.BuilderListGroupsRequest.Builder. maxResults(Integer maxResults)The total number of results that you want included on each page of the response.ListGroupsRequest.BuilderListGroupsRequest.Builder. nextToken(String nextToken)The parameter for receiving additional results if you receive aNextTokenresponse in a previous request.ListGroupsRequest.BuilderListGroupsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGroupsRequest.BuilderListGroupsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGroupsRequest.BuilderListGroupsRequest. toBuilder()Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type ListGroupsRequest.Builder Modifier and Type Method Description static Class<? extends ListGroupsRequest.Builder>ListGroupsRequest. serializableBuilderClass()
-