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