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) |
Future<BatchGetCollectionResult> |
AbstractAWSOpenSearchServerlessAsync.batchGetCollectionAsync(BatchGetCollectionRequest request) |
Future<BatchGetCollectionResult> |
AWSOpenSearchServerlessAsync.batchGetCollectionAsync(BatchGetCollectionRequest batchGetCollectionRequest)
Returns attributes for one or more collections, including the collection endpoint and the OpenSearch Dashboards
endpoint.
|
Future<BatchGetCollectionResult> |
AWSOpenSearchServerlessAsyncClient.batchGetCollectionAsync(BatchGetCollectionRequest request) |
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 |
---|---|
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 |
---|---|
BatchGetCollectionRequest |
BatchGetCollectionRequest.clone() |
BatchGetCollectionRequest |
BatchGetCollectionRequest.withIds(Collection<String> ids)
A list of collection IDs.
|
BatchGetCollectionRequest |
BatchGetCollectionRequest.withIds(String... ids)
A list of collection IDs.
|
BatchGetCollectionRequest |
BatchGetCollectionRequest.withNames(Collection<String> names)
A list of collection names.
|
BatchGetCollectionRequest |
BatchGetCollectionRequest.withNames(String... names)
A list of collection names.
|
Copyright © 2023. All rights reserved.