| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearchserverless |
Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and
security policies.
|
| software.amazon.awssdk.services.opensearchserverless.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateVpcEndpointResponse> |
OpenSearchServerlessAsyncClient.updateVpcEndpoint(Consumer<UpdateVpcEndpointRequest.Builder> updateVpcEndpointRequest)
Updates an OpenSearch Serverless-managed interface endpoint.
|
default UpdateVpcEndpointResponse |
OpenSearchServerlessClient.updateVpcEndpoint(Consumer<UpdateVpcEndpointRequest.Builder> updateVpcEndpointRequest)
Updates an OpenSearch Serverless-managed interface endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.addSecurityGroupIds(Collection<String> addSecurityGroupIds)
The unique identifiers of the security groups to add to the endpoint.
|
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.addSecurityGroupIds(String... addSecurityGroupIds)
The unique identifiers of the security groups to add to the endpoint.
|
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.addSubnetIds(Collection<String> addSubnetIds)
The ID of one or more subnets to add to the endpoint.
|
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.addSubnetIds(String... addSubnetIds)
The ID of one or more subnets to add to the endpoint.
|
static UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.builder() |
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.clientToken(String clientToken)
Unique, case-sensitive identifier to ensure idempotency of the request.
|
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.id(String id)
The unique identifier of the interface endpoint to update.
|
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.removeSecurityGroupIds(Collection<String> removeSecurityGroupIds)
The unique identifiers of the security groups to remove from the endpoint.
|
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.removeSecurityGroupIds(String... removeSecurityGroupIds)
The unique identifiers of the security groups to remove from the endpoint.
|
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.removeSubnetIds(Collection<String> removeSubnetIds)
The unique identifiers of the subnets to remove from the endpoint.
|
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.removeSubnetIds(String... removeSubnetIds)
The unique identifiers of the subnets to remove from the endpoint.
|
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateVpcEndpointRequest.Builder> |
UpdateVpcEndpointRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.