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<UpdateVpcEndpointResult> |
AbstractAWSOpenSearchServerlessAsync.updateVpcEndpointAsync(UpdateVpcEndpointRequest request,
AsyncHandler<UpdateVpcEndpointRequest,UpdateVpcEndpointResult> asyncHandler) |
Future<UpdateVpcEndpointResult> |
AWSOpenSearchServerlessAsync.updateVpcEndpointAsync(UpdateVpcEndpointRequest updateVpcEndpointRequest,
AsyncHandler<UpdateVpcEndpointRequest,UpdateVpcEndpointResult> asyncHandler)
Updates an OpenSearch Serverless-managed interface endpoint.
|
Future<UpdateVpcEndpointResult> |
AWSOpenSearchServerlessAsyncClient.updateVpcEndpointAsync(UpdateVpcEndpointRequest request,
AsyncHandler<UpdateVpcEndpointRequest,UpdateVpcEndpointResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateVpcEndpointRequest |
UpdateVpcEndpointRequest.clone() |
UpdateVpcEndpointRequest |
UpdateVpcEndpointRequest.withAddSecurityGroupIds(Collection<String> addSecurityGroupIds)
The unique identifiers of the security groups to add to the endpoint.
|
UpdateVpcEndpointRequest |
UpdateVpcEndpointRequest.withAddSecurityGroupIds(String... addSecurityGroupIds)
The unique identifiers of the security groups to add to the endpoint.
|
UpdateVpcEndpointRequest |
UpdateVpcEndpointRequest.withAddSubnetIds(Collection<String> addSubnetIds)
The ID of one or more subnets to add to the endpoint.
|
UpdateVpcEndpointRequest |
UpdateVpcEndpointRequest.withAddSubnetIds(String... addSubnetIds)
The ID of one or more subnets to add to the endpoint.
|
UpdateVpcEndpointRequest |
UpdateVpcEndpointRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier to ensure idempotency of the request.
|
UpdateVpcEndpointRequest |
UpdateVpcEndpointRequest.withId(String id)
The unique identifier of the interface endpoint to update.
|
UpdateVpcEndpointRequest |
UpdateVpcEndpointRequest.withRemoveSecurityGroupIds(Collection<String> removeSecurityGroupIds)
The unique identifiers of the security groups to remove from the endpoint.
|
UpdateVpcEndpointRequest |
UpdateVpcEndpointRequest.withRemoveSecurityGroupIds(String... removeSecurityGroupIds)
The unique identifiers of the security groups to remove from the endpoint.
|
UpdateVpcEndpointRequest |
UpdateVpcEndpointRequest.withRemoveSubnetIds(Collection<String> removeSubnetIds)
The unique identifiers of the subnets to remove from the endpoint.
|
UpdateVpcEndpointRequest |
UpdateVpcEndpointRequest.withRemoveSubnetIds(String... removeSubnetIds)
The unique identifiers of the subnets to remove from the endpoint.
|
Copyright © 2023. All rights reserved.