Uses of Class
com.amazonaws.services.ec2.model.AttachVpnGatewayRequest
Packages that use AttachVpnGatewayRequest
-
Uses of AttachVpnGatewayRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type AttachVpnGatewayRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.attachVpnGateway
(AttachVpnGatewayRequest request) AmazonEC2.attachVpnGateway
(AttachVpnGatewayRequest attachVpnGatewayRequest) Attaches a virtual private gateway to a VPC.AmazonEC2Client.attachVpnGateway
(AttachVpnGatewayRequest attachVpnGatewayRequest) Attaches a virtual private gateway to a VPC.AbstractAmazonEC2Async.attachVpnGatewayAsync
(AttachVpnGatewayRequest request) AbstractAmazonEC2Async.attachVpnGatewayAsync
(AttachVpnGatewayRequest request, AsyncHandler<AttachVpnGatewayRequest, AttachVpnGatewayResult> asyncHandler) AmazonEC2Async.attachVpnGatewayAsync
(AttachVpnGatewayRequest attachVpnGatewayRequest) Attaches a virtual private gateway to a VPC.AmazonEC2Async.attachVpnGatewayAsync
(AttachVpnGatewayRequest attachVpnGatewayRequest, AsyncHandler<AttachVpnGatewayRequest, AttachVpnGatewayResult> asyncHandler) Attaches a virtual private gateway to a VPC.AmazonEC2AsyncClient.attachVpnGatewayAsync
(AttachVpnGatewayRequest request) AmazonEC2AsyncClient.attachVpnGatewayAsync
(AttachVpnGatewayRequest request, AsyncHandler<AttachVpnGatewayRequest, AttachVpnGatewayResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type AttachVpnGatewayRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.attachVpnGatewayAsync
(AttachVpnGatewayRequest request, AsyncHandler<AttachVpnGatewayRequest, AttachVpnGatewayResult> asyncHandler) AmazonEC2Async.attachVpnGatewayAsync
(AttachVpnGatewayRequest attachVpnGatewayRequest, AsyncHandler<AttachVpnGatewayRequest, AttachVpnGatewayResult> asyncHandler) Attaches a virtual private gateway to a VPC.AmazonEC2AsyncClient.attachVpnGatewayAsync
(AttachVpnGatewayRequest request, AsyncHandler<AttachVpnGatewayRequest, AttachVpnGatewayResult> asyncHandler) -
Uses of AttachVpnGatewayRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AttachVpnGatewayRequestModifier and TypeMethodDescriptionAttachVpnGatewayRequest.clone()
The ID of the VPC.AttachVpnGatewayRequest.withVpnGatewayId
(String vpnGatewayId) The ID of the virtual private gateway.Methods in com.amazonaws.services.ec2.model that return types with arguments of type AttachVpnGatewayRequestModifier and TypeMethodDescriptionAttachVpnGatewayRequest.getDryRunRequest()
This method is intended for internal use only.