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)
One or more route tables IDs to associate with the endpoint.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withAddRouteTableIds(String... addRouteTableIds)
One or more route tables IDs to associate with the endpoint.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withPolicyDocument(String policyDocument)
A policy document to attach to the endpoint.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withRemoveRouteTableIds(Collection<String> removeRouteTableIds)
One or more route table IDs to disassociate from the endpoint.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withRemoveRouteTableIds(String... removeRouteTableIds)
One or more route table IDs to disassociate from the endpoint.
|
ModifyVpcEndpointRequest |
ModifyVpcEndpointRequest.withResetPolicy(Boolean resetPolicy)
Specify
true to 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.