Uses of Class
com.amazonaws.services.ec2.model.DeleteInternetGatewayRequest
-
Packages that use DeleteInternetGatewayRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DeleteInternetGatewayRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteInternetGatewayRequest Modifier and Type Method Description Future<DeleteInternetGatewayResult>
AbstractAmazonEC2Async. deleteInternetGatewayAsync(DeleteInternetGatewayRequest request, AsyncHandler<DeleteInternetGatewayRequest,DeleteInternetGatewayResult> asyncHandler)
Future<DeleteInternetGatewayResult>
AmazonEC2Async. deleteInternetGatewayAsync(DeleteInternetGatewayRequest deleteInternetGatewayRequest, AsyncHandler<DeleteInternetGatewayRequest,DeleteInternetGatewayResult> asyncHandler)
Deletes the specified Internet gateway.Future<DeleteInternetGatewayResult>
AmazonEC2AsyncClient. deleteInternetGatewayAsync(DeleteInternetGatewayRequest request, AsyncHandler<DeleteInternetGatewayRequest,DeleteInternetGatewayResult> asyncHandler)
-
Uses of DeleteInternetGatewayRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DeleteInternetGatewayRequest Modifier and Type Method Description DeleteInternetGatewayRequest
DeleteInternetGatewayRequest. clone()
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 Modifier and Type Method Description Request<DeleteInternetGatewayRequest>
DeleteInternetGatewayRequest. getDryRunRequest()
This method is intended for internal use only.
-