Package | Description |
---|---|
com.amazonaws.services.opensearchserverless |
Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and
security policies.
|
com.amazonaws.services.opensearchserverless.model |
Modifier and Type | Method and Description |
---|---|
BatchGetCollectionResult |
AWSOpenSearchServerlessClient.batchGetCollection(BatchGetCollectionRequest request)
Returns attributes for one or more collections, including the collection endpoint and the OpenSearch Dashboards
endpoint.
|
BatchGetCollectionResult |
AWSOpenSearchServerless.batchGetCollection(BatchGetCollectionRequest batchGetCollectionRequest)
Returns attributes for one or more collections, including the collection endpoint and the OpenSearch Dashboards
endpoint.
|
BatchGetCollectionResult |
AbstractAWSOpenSearchServerless.batchGetCollection(BatchGetCollectionRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<BatchGetCollectionResult> |
AbstractAWSOpenSearchServerlessAsync.batchGetCollectionAsync(BatchGetCollectionRequest request,
AsyncHandler<BatchGetCollectionRequest,BatchGetCollectionResult> asyncHandler) |
Future<BatchGetCollectionResult> |
AWSOpenSearchServerlessAsync.batchGetCollectionAsync(BatchGetCollectionRequest batchGetCollectionRequest,
AsyncHandler<BatchGetCollectionRequest,BatchGetCollectionResult> asyncHandler)
Returns attributes for one or more collections, including the collection endpoint and the OpenSearch Dashboards
endpoint.
|
Future<BatchGetCollectionResult> |
AWSOpenSearchServerlessAsyncClient.batchGetCollectionAsync(BatchGetCollectionRequest request,
AsyncHandler<BatchGetCollectionRequest,BatchGetCollectionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
BatchGetCollectionResult |
BatchGetCollectionResult.clone() |
BatchGetCollectionResult |
BatchGetCollectionResult.withCollectionDetails(Collection<CollectionDetail> collectionDetails)
Details about each collection.
|
BatchGetCollectionResult |
BatchGetCollectionResult.withCollectionDetails(CollectionDetail... collectionDetails)
Details about each collection.
|
BatchGetCollectionResult |
BatchGetCollectionResult.withCollectionErrorDetails(Collection<CollectionErrorDetail> collectionErrorDetails)
Error information for the request.
|
BatchGetCollectionResult |
BatchGetCollectionResult.withCollectionErrorDetails(CollectionErrorDetail... collectionErrorDetails)
Error information for the request.
|
Copyright © 2023. All rights reserved.