Uses of Class
com.amazonaws.services.ec2.model.AttachVpnGatewayResult

Packages that use AttachVpnGatewayResult
com.amazonaws.services.ec2 Synchronous and asynchronous client classes for accessing AmazonEC2. 
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of AttachVpnGatewayResult in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 that return AttachVpnGatewayResult
 AttachVpnGatewayResult AmazonEC2.attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest)
           Attaches a VPN gateway to a VPC.
 AttachVpnGatewayResult AmazonEC2Client.attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest)
           Attaches a VPN gateway to a VPC.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type AttachVpnGatewayResult
 Future<AttachVpnGatewayResult> AmazonEC2AsyncClient.attachVpnGatewayAsync(AttachVpnGatewayRequest attachVpnGatewayRequest)
           Attaches a VPN gateway to a VPC.
 Future<AttachVpnGatewayResult> AmazonEC2Async.attachVpnGatewayAsync(AttachVpnGatewayRequest attachVpnGatewayRequest)
           Attaches a VPN gateway to a VPC.
 

Uses of AttachVpnGatewayResult in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return AttachVpnGatewayResult
 AttachVpnGatewayResult AttachVpnGatewayResult.withVpcAttachement(VpcAttachment vpcAttachement)
           Returns a reference to this object so that method calls can be chained together.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.