Uses of Class
com.amazonaws.services.ec2.model.ModifyVpcEndpointRequest
-
Packages that use ModifyVpcEndpointRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of ModifyVpcEndpointRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type ModifyVpcEndpointRequest Modifier and Type Method Description Future<ModifyVpcEndpointResult>
AbstractAmazonEC2Async. modifyVpcEndpointAsync(ModifyVpcEndpointRequest request, AsyncHandler<ModifyVpcEndpointRequest,ModifyVpcEndpointResult> asyncHandler)
Future<ModifyVpcEndpointResult>
AmazonEC2Async. modifyVpcEndpointAsync(ModifyVpcEndpointRequest modifyVpcEndpointRequest, AsyncHandler<ModifyVpcEndpointRequest,ModifyVpcEndpointResult> asyncHandler)
Modifies attributes of a specified VPC endpoint.Future<ModifyVpcEndpointResult>
AmazonEC2AsyncClient. modifyVpcEndpointAsync(ModifyVpcEndpointRequest request, AsyncHandler<ModifyVpcEndpointRequest,ModifyVpcEndpointResult> asyncHandler)
-
Uses of ModifyVpcEndpointRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ModifyVpcEndpointRequest Modifier and Type Method Description ModifyVpcEndpointRequest
ModifyVpcEndpointRequest. clone()
ModifyVpcEndpointRequest
ModifyVpcEndpointRequest. withAddRouteTableIds(String... addRouteTableIds)
One or more route tables IDs to associate with the endpoint.ModifyVpcEndpointRequest
ModifyVpcEndpointRequest. withAddRouteTableIds(Collection<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(String... removeRouteTableIds)
One or more route table IDs to disassociate from the endpoint.ModifyVpcEndpointRequest
ModifyVpcEndpointRequest. withRemoveRouteTableIds(Collection<String> removeRouteTableIds)
One or more route table IDs to disassociate from the endpoint.ModifyVpcEndpointRequest
ModifyVpcEndpointRequest. withResetPolicy(Boolean resetPolicy)
Specifytrue
to reset the policy document to the default policy.ModifyVpcEndpointRequest
ModifyVpcEndpointRequest. withVpcEndpointId(String vpcEndpointId)
The ID of the endpoint.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ModifyVpcEndpointRequest Modifier and Type Method Description Request<ModifyVpcEndpointRequest>
ModifyVpcEndpointRequest. getDryRunRequest()
This method is intended for internal use only.
-