Uses of Class
com.amazonaws.services.ec2.model.DeleteNatGatewayResult
-
Packages that use DeleteNatGatewayResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DeleteNatGatewayResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DeleteNatGatewayResult Modifier and Type Method Description DeleteNatGatewayResultAbstractAmazonEC2. deleteNatGateway(DeleteNatGatewayRequest request)DeleteNatGatewayResultAmazonEC2. deleteNatGateway(DeleteNatGatewayRequest deleteNatGatewayRequest)Deletes the specified NAT gateway.DeleteNatGatewayResultAmazonEC2Client. deleteNatGateway(DeleteNatGatewayRequest deleteNatGatewayRequest)Deletes the specified NAT gateway.Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteNatGatewayResult 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 DeleteNatGatewayResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DeleteNatGatewayResult Modifier and Type Method Description DeleteNatGatewayResultDeleteNatGatewayResult. clone()DeleteNatGatewayResultDeleteNatGatewayResult. withNatGatewayId(String natGatewayId)The ID of the NAT gateway.
-