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

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

Methods in com.amazonaws.services.ec2 with parameters of type DeleteInternetGatewayRequest
 void AmazonEC2Client.deleteInternetGateway(DeleteInternetGatewayRequest deleteInternetGatewayRequest)
           Deletes the specified Internet gateway.
 void AmazonEC2.deleteInternetGateway(DeleteInternetGatewayRequest deleteInternetGatewayRequest)
           Deletes the specified Internet gateway.
 Future<Void> AmazonEC2AsyncClient.deleteInternetGatewayAsync(DeleteInternetGatewayRequest deleteInternetGatewayRequest)
           Deletes the specified Internet gateway.
 Future<Void> AmazonEC2Async.deleteInternetGatewayAsync(DeleteInternetGatewayRequest deleteInternetGatewayRequest)
           Deletes the specified Internet gateway.
 Future<Void> AmazonEC2AsyncClient.deleteInternetGatewayAsync(DeleteInternetGatewayRequest deleteInternetGatewayRequest, AsyncHandler<DeleteInternetGatewayRequest,Void> asyncHandler)
           Deletes the specified Internet gateway.
 Future<Void> AmazonEC2Async.deleteInternetGatewayAsync(DeleteInternetGatewayRequest deleteInternetGatewayRequest, AsyncHandler<DeleteInternetGatewayRequest,Void> asyncHandler)
           Deletes the specified Internet gateway.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteInternetGatewayRequest
 Future<Void> AmazonEC2AsyncClient.deleteInternetGatewayAsync(DeleteInternetGatewayRequest deleteInternetGatewayRequest, AsyncHandler<DeleteInternetGatewayRequest,Void> asyncHandler)
           Deletes the specified Internet gateway.
 Future<Void> AmazonEC2Async.deleteInternetGatewayAsync(DeleteInternetGatewayRequest deleteInternetGatewayRequest, AsyncHandler<DeleteInternetGatewayRequest,Void> asyncHandler)
           Deletes the specified Internet gateway.
 

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

Methods in com.amazonaws.services.ec2.model that return DeleteInternetGatewayRequest
 DeleteInternetGatewayRequest DeleteInternetGatewayRequest.withInternetGatewayId(String internetGatewayId)
          The ID of the Internet gateway.
 

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



Copyright © 2016. All rights reserved.