| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default ModifyVpcEndpointResponse |
Ec2Client.modifyVpcEndpoint(Consumer<ModifyVpcEndpointRequest.Builder> modifyVpcEndpointRequest)
Modifies attributes of a specified VPC endpoint.
|
default CompletableFuture<ModifyVpcEndpointResponse> |
Ec2AsyncClient.modifyVpcEndpoint(Consumer<ModifyVpcEndpointRequest.Builder> modifyVpcEndpointRequest)
Modifies attributes of a specified VPC endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.addRouteTableIds(Collection<String> addRouteTableIds)
(Gateway endpoint) One or more route tables IDs to associate with the endpoint.
|
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.addRouteTableIds(String... addRouteTableIds)
(Gateway endpoint) One or more route tables IDs to associate with the endpoint.
|
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.addSecurityGroupIds(Collection<String> addSecurityGroupIds)
(Interface endpoint) One or more security group IDs to associate with the network interface.
|
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.addSecurityGroupIds(String... addSecurityGroupIds)
(Interface endpoint) One or more security group IDs to associate with the network interface.
|
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.addSubnetIds(Collection<String> addSubnetIds)
(Interface endpoint) One or more subnet IDs in which to serve the endpoint.
|
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.addSubnetIds(String... addSubnetIds)
(Interface endpoint) One or more subnet IDs in which to serve the endpoint.
|
static ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.builder() |
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.policyDocument(String policyDocument)
A policy to attach to the endpoint that controls access to the service.
|
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.privateDnsEnabled(Boolean privateDnsEnabled)
(Interface endpoint) Indicates whether a private hosted zone is associated with the VPC.
|
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.removeRouteTableIds(Collection<String> removeRouteTableIds)
(Gateway endpoint) One or more route table IDs to disassociate from the endpoint.
|
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.removeRouteTableIds(String... removeRouteTableIds)
(Gateway endpoint) One or more route table IDs to disassociate from the endpoint.
|
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.removeSecurityGroupIds(Collection<String> removeSecurityGroupIds)
(Interface endpoint) One or more security group IDs to disassociate from the network interface.
|
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.removeSecurityGroupIds(String... removeSecurityGroupIds)
(Interface endpoint) One or more security group IDs to disassociate from the network interface.
|
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.removeSubnetIds(Collection<String> removeSubnetIds)
(Interface endpoint) One or more subnets IDs in which to remove the endpoint.
|
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.removeSubnetIds(String... removeSubnetIds)
(Interface endpoint) One or more subnets IDs in which to remove the endpoint.
|
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.resetPolicy(Boolean resetPolicy)
(Gateway endpoint) Specify
true to reset the policy document to the default policy. |
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.toBuilder() |
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.vpcEndpointId(String vpcEndpointId)
The ID of the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModifyVpcEndpointRequest.Builder> |
ModifyVpcEndpointRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.