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<CreateVpcEndpointResult> |
AbstractAWSOpenSearchServerlessAsync.createVpcEndpointAsync(CreateVpcEndpointRequest request,
AsyncHandler<CreateVpcEndpointRequest,CreateVpcEndpointResult> asyncHandler) |
Future<CreateVpcEndpointResult> |
AWSOpenSearchServerlessAsync.createVpcEndpointAsync(CreateVpcEndpointRequest createVpcEndpointRequest,
AsyncHandler<CreateVpcEndpointRequest,CreateVpcEndpointResult> asyncHandler)
Creates an OpenSearch Serverless-managed interface VPC endpoint.
|
Future<CreateVpcEndpointResult> |
AWSOpenSearchServerlessAsyncClient.createVpcEndpointAsync(CreateVpcEndpointRequest request,
AsyncHandler<CreateVpcEndpointRequest,CreateVpcEndpointResult> asyncHandler) |
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.withName(String name)
The name of the interface endpoint.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic
that you are authorizing into your endpoint.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withSecurityGroupIds(String... securityGroupIds)
The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic
that you are authorizing into your endpoint.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withSubnetIds(Collection<String> subnetIds)
The ID of one or more subnets from which you'll access OpenSearch Serverless.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withSubnetIds(String... subnetIds)
The ID of one or more subnets from which you'll access OpenSearch Serverless.
|
CreateVpcEndpointRequest |
CreateVpcEndpointRequest.withVpcId(String vpcId)
The ID of the VPC from which you'll access OpenSearch Serverless.
|
Copyright © 2023. All rights reserved.