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 AmazonEC2.detachVpnGateway(DetachVpnGatewayRequest detachVpnGatewayRequest)
           Detaches a VPN gateway from a VPC.
 void AmazonEC2Client.detachVpnGateway(DetachVpnGatewayRequest detachVpnGatewayRequest)
           Detaches a VPN gateway from a VPC.
 Future<Void> AmazonEC2AsyncClient.detachVpnGatewayAsync(DetachVpnGatewayRequest detachVpnGatewayRequest)
           Detaches a VPN gateway from a VPC.
 Future<Void> AmazonEC2Async.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)
          The ID of the VPC to detach the VPN gateway from.
 DetachVpnGatewayRequest DetachVpnGatewayRequest.withVpnGatewayId(String vpnGatewayId)
          The ID of the VPN gateway to detach from the VPC.
 



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