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