Uses of Class
software.amazon.awssdk.services.workdocs.model.SearchResourcesResponse
-
Packages that use SearchResourcesResponse Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases:software.amazon.awssdk.services.workdocs.paginators -
-
Uses of SearchResourcesResponse in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that return SearchResourcesResponse Modifier and Type Method Description default SearchResourcesResponseWorkDocsClient. searchResources(Consumer<SearchResourcesRequest.Builder> searchResourcesRequest)Searches metadata and the content of folders, documents, document versions, and comments.default SearchResourcesResponseWorkDocsClient. searchResources(SearchResourcesRequest searchResourcesRequest)Searches metadata and the content of folders, documents, document versions, and comments.Methods in software.amazon.awssdk.services.workdocs that return types with arguments of type SearchResourcesResponse Modifier and Type Method Description default CompletableFuture<SearchResourcesResponse>WorkDocsAsyncClient. searchResources(Consumer<SearchResourcesRequest.Builder> searchResourcesRequest)Searches metadata and the content of folders, documents, document versions, and comments.default CompletableFuture<SearchResourcesResponse>WorkDocsAsyncClient. searchResources(SearchResourcesRequest searchResourcesRequest)Searches metadata and the content of folders, documents, document versions, and comments. -
Uses of SearchResourcesResponse in software.amazon.awssdk.services.workdocs.paginators
Methods in software.amazon.awssdk.services.workdocs.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.workdocs.paginators with type arguments of type SearchResourcesResponse Modifier and Type Method Description voidSearchResourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchResourcesResponse> subscriber)
-