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 AmazonEC2.attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest)
           Attaches a VPN gateway to a VPC.
 AttachVpnGatewayResult AmazonEC2Client.attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest)
           Attaches a VPN gateway to a VPC.
 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 AttachVpnGatewayRequest in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return AttachVpnGatewayRequest
 AttachVpnGatewayRequest AttachVpnGatewayRequest.withVpcId(String vpcId)
          The ID of the VPC to attach to the VPN gateway.
 AttachVpnGatewayRequest AttachVpnGatewayRequest.withVpnGatewayId(String vpnGatewayId)
          The ID of the VPN gateway to attach to the VPC.
 



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