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 AmazonEC2Client.deleteVpnGateway(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
           Deletes the specified virtual private gateway.
 void AmazonEC2.deleteVpnGateway(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
           Deletes the specified virtual private gateway.
 Future<Void> AmazonEC2AsyncClient.deleteVpnGatewayAsync(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
           Deletes the specified virtual private gateway.
 Future<Void> AmazonEC2Async.deleteVpnGatewayAsync(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
           Deletes the specified virtual private gateway.
 Future<Void> AmazonEC2AsyncClient.deleteVpnGatewayAsync(DeleteVpnGatewayRequest deleteVpnGatewayRequest, AsyncHandler<DeleteVpnGatewayRequest,Void> asyncHandler)
           Deletes the specified virtual private gateway.
 Future<Void> AmazonEC2Async.deleteVpnGatewayAsync(DeleteVpnGatewayRequest deleteVpnGatewayRequest, AsyncHandler<DeleteVpnGatewayRequest,Void> asyncHandler)
           Deletes the specified virtual private gateway.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteVpnGatewayRequest
 Future<Void> AmazonEC2AsyncClient.deleteVpnGatewayAsync(DeleteVpnGatewayRequest deleteVpnGatewayRequest, AsyncHandler<DeleteVpnGatewayRequest,Void> asyncHandler)
           Deletes the specified virtual private gateway.
 Future<Void> AmazonEC2Async.deleteVpnGatewayAsync(DeleteVpnGatewayRequest deleteVpnGatewayRequest, AsyncHandler<DeleteVpnGatewayRequest,Void> asyncHandler)
           Deletes the specified virtual private 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 virtual private gateway.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type DeleteVpnGatewayRequest
 Request<DeleteVpnGatewayRequest> DeleteVpnGatewayRequest.getDryRunRequest()
          This method is intended for internal use only.
 



Copyright © 2016. All rights reserved.