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 DeleteNatGatewayResult
AbstractAmazonEC2. deleteNatGateway(DeleteNatGatewayRequest request)
DeleteNatGatewayResult
AmazonEC2. deleteNatGateway(DeleteNatGatewayRequest deleteNatGatewayRequest)
Deletes the specified NAT gateway.DeleteNatGatewayResult
AmazonEC2Client. 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 DeleteNatGatewayResult
DeleteNatGatewayResult. clone()
DeleteNatGatewayResult
DeleteNatGatewayResult. withNatGatewayId(String natGatewayId)
The ID of the NAT gateway.
-