Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.BatchGetCollectionResponse
-
Packages that use BatchGetCollectionResponse Package Description software.amazon.awssdk.services.opensearchserverless Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and security policies. -
-
Uses of BatchGetCollectionResponse in software.amazon.awssdk.services.opensearchserverless
Methods in software.amazon.awssdk.services.opensearchserverless that return BatchGetCollectionResponse Modifier and Type Method Description default BatchGetCollectionResponseOpenSearchServerlessClient. batchGetCollection(Consumer<BatchGetCollectionRequest.Builder> batchGetCollectionRequest)Returns attributes for one or more collections, including the collection endpoint and the OpenSearch Dashboards endpoint.default BatchGetCollectionResponseOpenSearchServerlessClient. batchGetCollection(BatchGetCollectionRequest batchGetCollectionRequest)Returns attributes for one or more collections, including the collection endpoint and the OpenSearch Dashboards endpoint.Methods in software.amazon.awssdk.services.opensearchserverless that return types with arguments of type BatchGetCollectionResponse Modifier and Type Method Description default CompletableFuture<BatchGetCollectionResponse>OpenSearchServerlessAsyncClient. batchGetCollection(Consumer<BatchGetCollectionRequest.Builder> batchGetCollectionRequest)Returns attributes for one or more collections, including the collection endpoint and the OpenSearch Dashboards endpoint.default CompletableFuture<BatchGetCollectionResponse>OpenSearchServerlessAsyncClient. batchGetCollection(BatchGetCollectionRequest batchGetCollectionRequest)Returns attributes for one or more collections, including the collection endpoint and the OpenSearch Dashboards endpoint.
-