Uses of Interface
software.amazon.awssdk.services.opensearchserverless.model.BatchGetCollectionRequest.Builder
-
Packages that use BatchGetCollectionRequest.Builder 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.model -
-
Uses of BatchGetCollectionRequest.Builder in software.amazon.awssdk.services.opensearchserverless
Method parameters in software.amazon.awssdk.services.opensearchserverless with type arguments of type BatchGetCollectionRequest.Builder 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 BatchGetCollectionResponseOpenSearchServerlessClient. batchGetCollection(Consumer<BatchGetCollectionRequest.Builder> batchGetCollectionRequest)Returns attributes for one or more collections, including the collection endpoint and the OpenSearch Dashboards endpoint. -
Uses of BatchGetCollectionRequest.Builder in software.amazon.awssdk.services.opensearchserverless.model
Methods in software.amazon.awssdk.services.opensearchserverless.model that return types with arguments of type BatchGetCollectionRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetCollectionRequest.Builder>BatchGetCollectionRequest. serializableBuilderClass()
-