| Package | Description | 
|---|---|
| com.amazonaws.services.ec2 |  | 
| com.amazonaws.services.ec2.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<ModifyVpcEndpointResult> | AmazonEC2Async. modifyVpcEndpointAsync(ModifyVpcEndpointRequest modifyVpcEndpointRequest,
                      AsyncHandler<ModifyVpcEndpointRequest,ModifyVpcEndpointResult> asyncHandler)
 Modifies attributes of a specified VPC endpoint. | 
| Future<ModifyVpcEndpointResult> | AbstractAmazonEC2Async. modifyVpcEndpointAsync(ModifyVpcEndpointRequest request,
                      AsyncHandler<ModifyVpcEndpointRequest,ModifyVpcEndpointResult> asyncHandler) | 
| Future<ModifyVpcEndpointResult> | AmazonEC2AsyncClient. modifyVpcEndpointAsync(ModifyVpcEndpointRequest request,
                      AsyncHandler<ModifyVpcEndpointRequest,ModifyVpcEndpointResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| ModifyVpcEndpointRequest | ModifyVpcEndpointRequest. clone() | 
| ModifyVpcEndpointRequest | ModifyVpcEndpointRequest. withAddRouteTableIds(Collection<String> addRouteTableIds)
 (Gateway endpoint) One or more route tables IDs to associate with the endpoint. | 
| ModifyVpcEndpointRequest | ModifyVpcEndpointRequest. withAddRouteTableIds(String... addRouteTableIds)
 (Gateway endpoint) One or more route tables IDs to associate with the endpoint. | 
| ModifyVpcEndpointRequest | ModifyVpcEndpointRequest. withAddSecurityGroupIds(Collection<String> addSecurityGroupIds)
 (Interface endpoint) One or more security group IDs to associate with the network interface. | 
| ModifyVpcEndpointRequest | ModifyVpcEndpointRequest. withAddSecurityGroupIds(String... addSecurityGroupIds)
 (Interface endpoint) One or more security group IDs to associate with the network interface. | 
| ModifyVpcEndpointRequest | ModifyVpcEndpointRequest. withAddSubnetIds(Collection<String> addSubnetIds)
 (Interface endpoint) One or more subnet IDs in which to serve the endpoint. | 
| ModifyVpcEndpointRequest | ModifyVpcEndpointRequest. withAddSubnetIds(String... addSubnetIds)
 (Interface endpoint) One or more subnet IDs in which to serve the endpoint. | 
| ModifyVpcEndpointRequest | ModifyVpcEndpointRequest. withPolicyDocument(String policyDocument)
 (Gateway endpoint) A policy document to attach to the endpoint. | 
| ModifyVpcEndpointRequest | ModifyVpcEndpointRequest. withPrivateDnsEnabled(Boolean privateDnsEnabled)
 (Interface endpoint) Indicate whether a private hosted zone is associated with the VPC. | 
| ModifyVpcEndpointRequest | ModifyVpcEndpointRequest. withRemoveRouteTableIds(Collection<String> removeRouteTableIds)
 (Gateway endpoint) One or more route table IDs to disassociate from the endpoint. | 
| ModifyVpcEndpointRequest | ModifyVpcEndpointRequest. withRemoveRouteTableIds(String... removeRouteTableIds)
 (Gateway endpoint) One or more route table IDs to disassociate from the endpoint. | 
| ModifyVpcEndpointRequest | ModifyVpcEndpointRequest. withRemoveSecurityGroupIds(Collection<String> removeSecurityGroupIds)
 (Interface endpoint) One or more security group IDs to disassociate from the network interface. | 
| ModifyVpcEndpointRequest | ModifyVpcEndpointRequest. withRemoveSecurityGroupIds(String... removeSecurityGroupIds)
 (Interface endpoint) One or more security group IDs to disassociate from the network interface. | 
| ModifyVpcEndpointRequest | ModifyVpcEndpointRequest. withRemoveSubnetIds(Collection<String> removeSubnetIds)
 (Interface endpoint) One or more subnets IDs in which to remove the endpoint. | 
| ModifyVpcEndpointRequest | ModifyVpcEndpointRequest. withRemoveSubnetIds(String... removeSubnetIds)
 (Interface endpoint) One or more subnets IDs in which to remove the endpoint. | 
| ModifyVpcEndpointRequest | ModifyVpcEndpointRequest. withResetPolicy(Boolean resetPolicy)
 (Gateway endpoint) Specify  trueto reset the policy document to the default policy. | 
| ModifyVpcEndpointRequest | ModifyVpcEndpointRequest. withVpcEndpointId(String vpcEndpointId)
 The ID of the endpoint. | 
| Modifier and Type | Method and Description | 
|---|---|
| Request<ModifyVpcEndpointRequest> | ModifyVpcEndpointRequest. getDryRunRequest()This method is intended for internal use only. | 
Copyright © 2017. All rights reserved.