Uses of Class
com.amazonaws.services.ec2.model.AttachVpnGatewayRequest
-
Packages that use AttachVpnGatewayRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of AttachVpnGatewayRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type AttachVpnGatewayRequest Modifier and Type Method Description Future<AttachVpnGatewayResult>AbstractAmazonEC2Async. attachVpnGatewayAsync(AttachVpnGatewayRequest request, AsyncHandler<AttachVpnGatewayRequest,AttachVpnGatewayResult> asyncHandler)Future<AttachVpnGatewayResult>AmazonEC2Async. attachVpnGatewayAsync(AttachVpnGatewayRequest attachVpnGatewayRequest, AsyncHandler<AttachVpnGatewayRequest,AttachVpnGatewayResult> asyncHandler)Attaches a virtual private gateway to a VPC.Future<AttachVpnGatewayResult>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 AttachVpnGatewayRequest Modifier and Type Method Description AttachVpnGatewayRequestAttachVpnGatewayRequest. clone()AttachVpnGatewayRequestAttachVpnGatewayRequest. withVpcId(String vpcId)The ID of the VPC.AttachVpnGatewayRequestAttachVpnGatewayRequest. withVpnGatewayId(String vpnGatewayId)The ID of the virtual private gateway.Methods in com.amazonaws.services.ec2.model that return types with arguments of type AttachVpnGatewayRequest Modifier and Type Method Description Request<AttachVpnGatewayRequest>AttachVpnGatewayRequest. getDryRunRequest()This method is intended for internal use only.
-