Uses of Class
software.amazon.awssdk.services.ec2.model.CreateNatGatewayRequest
-
Packages that use CreateNatGatewayRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of CreateNatGatewayRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type CreateNatGatewayRequest Modifier and Type Method Description default CompletableFuture<CreateNatGatewayResponse>Ec2AsyncClient. createNatGateway(CreateNatGatewayRequest createNatGatewayRequest)Creates a NAT gateway in the specified subnet.default CreateNatGatewayResponseEc2Client. createNatGateway(CreateNatGatewayRequest createNatGatewayRequest)Creates a NAT gateway in the specified subnet. -
Uses of CreateNatGatewayRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type CreateNatGatewayRequest Modifier and Type Method Description SdkHttpFullRequestCreateNatGatewayRequestMarshaller. marshall(CreateNatGatewayRequest createNatGatewayRequest)
-