Uses of Class
com.amazonaws.services.ec2.model.DeleteNatGatewayRequest
-
Packages that use DeleteNatGatewayRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DeleteNatGatewayRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteNatGatewayRequest Modifier and Type Method Description Future<DeleteNatGatewayResult>AbstractAmazonEC2Async. deleteNatGatewayAsync(DeleteNatGatewayRequest request, AsyncHandler<DeleteNatGatewayRequest,DeleteNatGatewayResult> asyncHandler)Future<DeleteNatGatewayResult>AmazonEC2Async. deleteNatGatewayAsync(DeleteNatGatewayRequest deleteNatGatewayRequest, AsyncHandler<DeleteNatGatewayRequest,DeleteNatGatewayResult> asyncHandler)Deletes the specified NAT gateway.Future<DeleteNatGatewayResult>AmazonEC2AsyncClient. deleteNatGatewayAsync(DeleteNatGatewayRequest request, AsyncHandler<DeleteNatGatewayRequest,DeleteNatGatewayResult> asyncHandler) -
Uses of DeleteNatGatewayRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DeleteNatGatewayRequest Modifier and Type Method Description DeleteNatGatewayRequestDeleteNatGatewayRequest. clone()DeleteNatGatewayRequestDeleteNatGatewayRequest. withNatGatewayId(String natGatewayId)The ID of the NAT gateway.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DeleteNatGatewayRequest Modifier and Type Method Description Request<DeleteNatGatewayRequest>DeleteNatGatewayRequest. getDryRunRequest()This method is intended for internal use only.
-