Uses of Class
software.amazon.awssdk.services.ec2.model.CreateNatGatewayResponse
Packages that use CreateNatGatewayResponse
-
Uses of CreateNatGatewayResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateNatGatewayResponseModifier and TypeMethodDescriptiondefault CreateNatGatewayResponseEc2Client.createNatGateway(Consumer<CreateNatGatewayRequest.Builder> createNatGatewayRequest) Creates a NAT gateway in the specified subnet.default CreateNatGatewayResponseEc2Client.createNatGateway(CreateNatGatewayRequest createNatGatewayRequest) Creates a NAT gateway in the specified subnet.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateNatGatewayResponseModifier and TypeMethodDescriptionEc2AsyncClient.createNatGateway(Consumer<CreateNatGatewayRequest.Builder> createNatGatewayRequest) Creates a NAT gateway in the specified subnet.Ec2AsyncClient.createNatGateway(CreateNatGatewayRequest createNatGatewayRequest) Creates a NAT gateway in the specified subnet.