Uses of Class
software.amazon.awssdk.services.resourcegroups.model.SearchResourcesResponse
-
Packages that use SearchResourcesResponse 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 SearchResourcesResponse in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups that return SearchResourcesResponse Modifier and Type Method Description default SearchResourcesResponseResourceGroupsClient. searchResources(Consumer<SearchResourcesRequest.Builder> searchResourcesRequest)Returns a list of Amazon Web Services resource identifiers that matches the specified query.default SearchResourcesResponseResourceGroupsClient. searchResources(SearchResourcesRequest searchResourcesRequest)Returns a list of Amazon Web Services resource identifiers that matches the specified query.Methods in software.amazon.awssdk.services.resourcegroups that return types with arguments of type SearchResourcesResponse Modifier and Type Method Description default CompletableFuture<SearchResourcesResponse>ResourceGroupsAsyncClient. searchResources(Consumer<SearchResourcesRequest.Builder> searchResourcesRequest)Returns a list of Amazon Web Services resource identifiers that matches the specified query.default CompletableFuture<SearchResourcesResponse>ResourceGroupsAsyncClient. searchResources(SearchResourcesRequest searchResourcesRequest)Returns a list of Amazon Web Services resource identifiers that matches the specified query. -
Uses of SearchResourcesResponse in software.amazon.awssdk.services.resourcegroups.paginators
Methods in software.amazon.awssdk.services.resourcegroups.paginators that return types with arguments of type SearchResourcesResponse Modifier and Type Method Description Iterator<SearchResourcesResponse>SearchResourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.resourcegroups.paginators with type arguments of type SearchResourcesResponse Modifier and Type Method Description voidSearchResourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchResourcesResponse> subscriber)
-