Uses of Class
software.amazon.awssdk.services.resourcegroups.model.ListGroupResourcesResponse
-
Packages that use ListGroupResourcesResponse 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 ListGroupResourcesResponse in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups that return ListGroupResourcesResponse Modifier and Type Method Description default ListGroupResourcesResponseResourceGroupsClient. listGroupResources(Consumer<ListGroupResourcesRequest.Builder> listGroupResourcesRequest)Returns a list of ARNs of the resources that are members of a specified resource group.default ListGroupResourcesResponseResourceGroupsClient. listGroupResources(ListGroupResourcesRequest listGroupResourcesRequest)Returns a list of ARNs of the resources that are members of a specified resource group.Methods in software.amazon.awssdk.services.resourcegroups that return types with arguments of type ListGroupResourcesResponse Modifier and Type Method Description default CompletableFuture<ListGroupResourcesResponse>ResourceGroupsAsyncClient. listGroupResources(Consumer<ListGroupResourcesRequest.Builder> listGroupResourcesRequest)Returns a list of ARNs of the resources that are members of a specified resource group.default CompletableFuture<ListGroupResourcesResponse>ResourceGroupsAsyncClient. listGroupResources(ListGroupResourcesRequest listGroupResourcesRequest)Returns a list of ARNs of the resources that are members of a specified resource group. -
Uses of ListGroupResourcesResponse in software.amazon.awssdk.services.resourcegroups.paginators
Methods in software.amazon.awssdk.services.resourcegroups.paginators that return types with arguments of type ListGroupResourcesResponse Modifier and Type Method Description Iterator<ListGroupResourcesResponse>ListGroupResourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.resourcegroups.paginators with type arguments of type ListGroupResourcesResponse Modifier and Type Method Description voidListGroupResourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGroupResourcesResponse> subscriber)
-