Uses of Class
software.amazon.awssdk.services.resourcegroups.model.ListGroupsResponse
-
Packages that use ListGroupsResponse 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.paginators -
-
Uses of ListGroupsResponse in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups that return ListGroupsResponse Modifier and Type Method Description default ListGroupsResponseResourceGroupsClient. listGroups()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 ListGroupsResponseResourceGroupsClient. listGroups(ListGroupsRequest listGroupsRequest)Returns a list of existing Resource Groups in your account.Methods in software.amazon.awssdk.services.resourcegroups that return types with arguments of type ListGroupsResponse Modifier and Type Method Description default CompletableFuture<ListGroupsResponse>ResourceGroupsAsyncClient. listGroups()Returns a list of existing Resource Groups in your account.default CompletableFuture<ListGroupsResponse>ResourceGroupsAsyncClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Returns a list of existing Resource Groups in your account.default CompletableFuture<ListGroupsResponse>ResourceGroupsAsyncClient. listGroups(ListGroupsRequest listGroupsRequest)Returns a list of existing Resource Groups in your account. -
Uses of ListGroupsResponse in software.amazon.awssdk.services.resourcegroups.paginators
Methods in software.amazon.awssdk.services.resourcegroups.paginators that return types with arguments of type ListGroupsResponse Modifier and Type Method Description Iterator<ListGroupsResponse>ListGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.resourcegroups.paginators with type arguments of type ListGroupsResponse Modifier and Type Method Description voidListGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGroupsResponse> subscriber)
-