Package | Description |
---|---|
com.amazonaws.services.elasticsearch |
|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateVpcEndpointResult> |
AWSElasticsearchAsyncClient.createVpcEndpointAsync(CreateVpcEndpointRequest request,
AsyncHandler<CreateVpcEndpointRequest,CreateVpcEndpointResult> asyncHandler) |
Future<CreateVpcEndpointResult> |
AbstractAWSElasticsearchAsync.createVpcEndpointAsync(CreateVpcEndpointRequest request,
AsyncHandler<CreateVpcEndpointRequest,CreateVpcEndpointResult> asyncHandler) |
Future<CreateVpcEndpointResult> |
AWSElasticsearchAsync.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 grant access to.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withVpcOptions(VPCOptions vpcOptions)
Options to specify the subnets and security groups for the endpoint.
|
Copyright © 2023. All rights reserved.