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

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

Methods in com.amazonaws.services.ec2 with parameters of type DeleteCustomerGatewayRequest
 void AmazonEC2.deleteCustomerGateway(DeleteCustomerGatewayRequest deleteCustomerGatewayRequest)
           Deletes a customer gateway.
 void AmazonEC2Client.deleteCustomerGateway(DeleteCustomerGatewayRequest deleteCustomerGatewayRequest)
           Deletes a customer gateway.
 Future<Void> AmazonEC2AsyncClient.deleteCustomerGatewayAsync(DeleteCustomerGatewayRequest deleteCustomerGatewayRequest)
           Deletes a customer gateway.
 Future<Void> AmazonEC2Async.deleteCustomerGatewayAsync(DeleteCustomerGatewayRequest deleteCustomerGatewayRequest)
           Deletes a customer gateway.
 

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

Methods in com.amazonaws.services.ec2.model that return DeleteCustomerGatewayRequest
 DeleteCustomerGatewayRequest DeleteCustomerGatewayRequest.withCustomerGatewayId(String customerGatewayId)
          The ID of the customer gateway to delete.
 



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