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

Packages that use AttachVpnGatewayRequest
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 AttachVpnGatewayRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type AttachVpnGatewayRequest
 AttachVpnGatewayResult AmazonEC2Client.attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest)
           Attaches a VPN gateway to a VPC.
 AttachVpnGatewayResult AmazonEC2.attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest)
           Attaches a VPN gateway to a VPC.
 Future<AttachVpnGatewayResult> AmazonEC2Async.attachVpnGatewayAsync(AttachVpnGatewayRequest attachVpnGatewayRequest)
           Attaches a VPN gateway to a VPC.
 Future<AttachVpnGatewayResult> AmazonEC2AsyncClient.attachVpnGatewayAsync(AttachVpnGatewayRequest attachVpnGatewayRequest)
           Attaches a VPN gateway to a VPC.
 

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

Methods in com.amazonaws.services.ec2.model that return AttachVpnGatewayRequest
 AttachVpnGatewayRequest AttachVpnGatewayRequest.withVpcId(String vpcId)
          Sets the value of the VpcId property for this object.
 AttachVpnGatewayRequest AttachVpnGatewayRequest.withVpnGatewayId(String vpnGatewayId)
          Sets the value of the VpnGatewayId property for this object.
 



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