Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.ListCollectionsResponse
-
Packages that use ListCollectionsResponse Package Description software.amazon.awssdk.services.opensearchserverless Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and security policies.software.amazon.awssdk.services.opensearchserverless.paginators -
-
Uses of ListCollectionsResponse in software.amazon.awssdk.services.opensearchserverless
Methods in software.amazon.awssdk.services.opensearchserverless that return ListCollectionsResponse Modifier and Type Method Description default ListCollectionsResponseOpenSearchServerlessClient. listCollections(Consumer<ListCollectionsRequest.Builder> listCollectionsRequest)Lists all OpenSearch Serverless collections.default ListCollectionsResponseOpenSearchServerlessClient. listCollections(ListCollectionsRequest listCollectionsRequest)Lists all OpenSearch Serverless collections.Methods in software.amazon.awssdk.services.opensearchserverless that return types with arguments of type ListCollectionsResponse Modifier and Type Method Description default CompletableFuture<ListCollectionsResponse>OpenSearchServerlessAsyncClient. listCollections(Consumer<ListCollectionsRequest.Builder> listCollectionsRequest)Lists all OpenSearch Serverless collections.default CompletableFuture<ListCollectionsResponse>OpenSearchServerlessAsyncClient. listCollections(ListCollectionsRequest listCollectionsRequest)Lists all OpenSearch Serverless collections. -
Uses of ListCollectionsResponse in software.amazon.awssdk.services.opensearchserverless.paginators
Methods in software.amazon.awssdk.services.opensearchserverless.paginators that return types with arguments of type ListCollectionsResponse Modifier and Type Method Description Iterator<ListCollectionsResponse>ListCollectionsIterable. iterator()Method parameters in software.amazon.awssdk.services.opensearchserverless.paginators with type arguments of type ListCollectionsResponse Modifier and Type Method Description voidListCollectionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCollectionsResponse> subscriber)
-