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

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

Methods in com.amazonaws.services.ec2 with parameters of type DetachVpnGatewayRequest
 void AmazonEC2Client.detachVpnGateway(DetachVpnGatewayRequest detachVpnGatewayRequest)
           Detaches a VPN gateway from a VPC.
 void AmazonEC2.detachVpnGateway(DetachVpnGatewayRequest detachVpnGatewayRequest)
           Detaches a VPN gateway from a VPC.
 Future<Void> AmazonEC2Async.detachVpnGatewayAsync(DetachVpnGatewayRequest detachVpnGatewayRequest)
           Detaches a VPN gateway from a VPC.
 Future<Void> AmazonEC2AsyncClient.detachVpnGatewayAsync(DetachVpnGatewayRequest detachVpnGatewayRequest)
           Detaches a VPN gateway from a VPC.
 

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

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



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