Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteNatGatewayResponse
-
Packages that use DeleteNatGatewayResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of DeleteNatGatewayResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DeleteNatGatewayResponse Modifier and Type Method Description default DeleteNatGatewayResponseEc2Client. deleteNatGateway(Consumer<DeleteNatGatewayRequest.Builder> deleteNatGatewayRequest)Deletes the specified NAT gateway.default DeleteNatGatewayResponseEc2Client. deleteNatGateway(DeleteNatGatewayRequest deleteNatGatewayRequest)Deletes the specified NAT gateway.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DeleteNatGatewayResponse Modifier and Type Method Description default CompletableFuture<DeleteNatGatewayResponse>Ec2AsyncClient. deleteNatGateway(Consumer<DeleteNatGatewayRequest.Builder> deleteNatGatewayRequest)Deletes the specified NAT gateway.default CompletableFuture<DeleteNatGatewayResponse>Ec2AsyncClient. deleteNatGateway(DeleteNatGatewayRequest deleteNatGatewayRequest)Deletes the specified NAT gateway.
-