| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateNatGatewayResponse |
Ec2Client.createNatGateway(Consumer<CreateNatGatewayRequest.Builder> createNatGatewayRequest)
Creates a NAT gateway in the specified subnet.
|
default CreateNatGatewayResponse |
Ec2Client.createNatGateway(CreateNatGatewayRequest createNatGatewayRequest)
Creates a NAT gateway in the specified subnet.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateNatGatewayResponse> |
Ec2AsyncClient.createNatGateway(Consumer<CreateNatGatewayRequest.Builder> createNatGatewayRequest)
Creates a NAT gateway in the specified subnet.
|
default CompletableFuture<CreateNatGatewayResponse> |
Ec2AsyncClient.createNatGateway(CreateNatGatewayRequest createNatGatewayRequest)
Creates a NAT gateway in the specified subnet.
|
Copyright © 2021. All rights reserved.