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 |
---|---|
Future<BatchGetVpcEndpointResult> |
AbstractAWSOpenSearchServerlessAsync.batchGetVpcEndpointAsync(BatchGetVpcEndpointRequest request,
AsyncHandler<BatchGetVpcEndpointRequest,BatchGetVpcEndpointResult> asyncHandler) |
Future<BatchGetVpcEndpointResult> |
AWSOpenSearchServerlessAsyncClient.batchGetVpcEndpointAsync(BatchGetVpcEndpointRequest request,
AsyncHandler<BatchGetVpcEndpointRequest,BatchGetVpcEndpointResult> asyncHandler) |
Future<BatchGetVpcEndpointResult> |
AWSOpenSearchServerlessAsync.batchGetVpcEndpointAsync(BatchGetVpcEndpointRequest batchGetVpcEndpointRequest,
AsyncHandler<BatchGetVpcEndpointRequest,BatchGetVpcEndpointResult> asyncHandler)
Returns attributes for one or more VPC endpoints associated with the current account.
|
Modifier and Type | Method and Description |
---|---|
BatchGetVpcEndpointRequest |
BatchGetVpcEndpointRequest.clone() |
BatchGetVpcEndpointRequest |
BatchGetVpcEndpointRequest.withIds(Collection<String> ids)
A list of VPC endpoint identifiers.
|
BatchGetVpcEndpointRequest |
BatchGetVpcEndpointRequest.withIds(String... ids)
A list of VPC endpoint identifiers.
|
Copyright © 2023. All rights reserved.