Uses of Class
com.amazonaws.services.ec2.model.AttachVpnGatewayResult
-
Packages that use AttachVpnGatewayResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of AttachVpnGatewayResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return AttachVpnGatewayResult Modifier and Type Method Description AttachVpnGatewayResult
AbstractAmazonEC2. attachVpnGateway(AttachVpnGatewayRequest request)
AttachVpnGatewayResult
AmazonEC2. attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest)
Attaches a virtual private gateway to a VPC.AttachVpnGatewayResult
AmazonEC2Client. attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest)
Attaches a virtual private gateway to a VPC.Method parameters in com.amazonaws.services.ec2 with type arguments of type AttachVpnGatewayResult 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 AttachVpnGatewayResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AttachVpnGatewayResult Modifier and Type Method Description AttachVpnGatewayResult
AttachVpnGatewayResult. clone()
AttachVpnGatewayResult
AttachVpnGatewayResult. withVpcAttachment(VpcAttachment vpcAttachment)
Information about the attachment.
-