Uses of Class
software.amazon.awssdk.services.resourcegroups.paginators.ListGroupResourcesIterable
-
Packages that use ListGroupResourcesIterable 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. -
-
Uses of ListGroupResourcesIterable in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups that return ListGroupResourcesIterable Modifier and Type Method Description default ListGroupResourcesIterableResourceGroupsClient. listGroupResourcesPaginator(Consumer<ListGroupResourcesRequest.Builder> listGroupResourcesRequest)Returns a list of ARNs of the resources that are members of a specified resource group.default ListGroupResourcesIterableResourceGroupsClient. listGroupResourcesPaginator(ListGroupResourcesRequest listGroupResourcesRequest)Returns a list of ARNs of the resources that are members of a specified resource group.
-