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

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

Methods in com.amazonaws.services.ec2 with parameters of type DeleteVpnGatewayRequest
 void AmazonEC2.deleteVpnGateway(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
           Deletes a VPN gateway.
 void AmazonEC2Client.deleteVpnGateway(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
           Deletes a VPN gateway.
 Future<Void> AmazonEC2AsyncClient.deleteVpnGatewayAsync(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
           Deletes a VPN gateway.
 Future<Void> AmazonEC2Async.deleteVpnGatewayAsync(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
           Deletes a VPN gateway.
 

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

Methods in com.amazonaws.services.ec2.model that return DeleteVpnGatewayRequest
 DeleteVpnGatewayRequest DeleteVpnGatewayRequest.withVpnGatewayId(String vpnGatewayId)
          The ID of the VPN gateway to delete.
 



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