Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.BatchGetCollectionRequest
-
Packages that use BatchGetCollectionRequest 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.transform -
-
Uses of BatchGetCollectionRequest in software.amazon.awssdk.services.opensearchserverless
Methods in software.amazon.awssdk.services.opensearchserverless with parameters of type BatchGetCollectionRequest Modifier and Type Method Description default CompletableFuture<BatchGetCollectionResponse>OpenSearchServerlessAsyncClient. batchGetCollection(BatchGetCollectionRequest 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. -
Uses of BatchGetCollectionRequest in software.amazon.awssdk.services.opensearchserverless.transform
Methods in software.amazon.awssdk.services.opensearchserverless.transform with parameters of type BatchGetCollectionRequest Modifier and Type Method Description SdkHttpFullRequestBatchGetCollectionRequestMarshaller. marshall(BatchGetCollectionRequest batchGetCollectionRequest)
-