Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.SearchResponse
-
Packages that use SearchResponse Package Description software.amazon.awssdk.services.resourceexplorer2 Amazon Web Services Resource Explorer is a resource search and discovery service.software.amazon.awssdk.services.resourceexplorer2.paginators -
-
Uses of SearchResponse in software.amazon.awssdk.services.resourceexplorer2
Methods in software.amazon.awssdk.services.resourceexplorer2 that return SearchResponse Modifier and Type Method Description default SearchResponseResourceExplorer2Client. search(Consumer<SearchRequest.Builder> searchRequest)Searches for resources and displays details about all resources that match the specified criteria.default SearchResponseResourceExplorer2Client. search(SearchRequest searchRequest)Searches for resources and displays details about all resources that match the specified criteria.Methods in software.amazon.awssdk.services.resourceexplorer2 that return types with arguments of type SearchResponse Modifier and Type Method Description default CompletableFuture<SearchResponse>ResourceExplorer2AsyncClient. search(Consumer<SearchRequest.Builder> searchRequest)Searches for resources and displays details about all resources that match the specified criteria.default CompletableFuture<SearchResponse>ResourceExplorer2AsyncClient. search(SearchRequest searchRequest)Searches for resources and displays details about all resources that match the specified criteria. -
Uses of SearchResponse in software.amazon.awssdk.services.resourceexplorer2.paginators
Methods in software.amazon.awssdk.services.resourceexplorer2.paginators that return types with arguments of type SearchResponse Modifier and Type Method Description Iterator<SearchResponse>SearchIterable. iterator()Method parameters in software.amazon.awssdk.services.resourceexplorer2.paginators with type arguments of type SearchResponse Modifier and Type Method Description voidSearchPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchResponse> subscriber)
-