Package | Description |
---|---|
com.amazonaws.services.opensearch |
Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.
|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateVpcEndpointResult> |
AbstractAmazonOpenSearchAsync.createVpcEndpointAsync(CreateVpcEndpointRequest request,
AsyncHandler<CreateVpcEndpointRequest,CreateVpcEndpointResult> asyncHandler) |
Future<CreateVpcEndpointResult> |
AmazonOpenSearchAsyncClient.createVpcEndpointAsync(CreateVpcEndpointRequest request,
AsyncHandler<CreateVpcEndpointRequest,CreateVpcEndpointResult> asyncHandler) |
Future<CreateVpcEndpointResult> |
AmazonOpenSearchAsync.createVpcEndpointAsync(CreateVpcEndpointRequest createVpcEndpointRequest,
AsyncHandler<CreateVpcEndpointRequest,CreateVpcEndpointResult> asyncHandler)
Creates an Amazon OpenSearch Service-managed VPC endpoint.
|
Modifier and Type | Method and Description |
---|---|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.clone() |
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier to ensure idempotency of the request.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withDomainArn(String domainArn)
The Amazon Resource Name (ARN) of the domain to create the endpoint for.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withVpcOptions(VPCOptions vpcOptions)
Options to specify the subnets and security groups for the endpoint.
|
Copyright © 2023. All rights reserved.