Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Method and Description |
---|---|
CreateNatGatewayResult |
AmazonEC2Client.createNatGateway(CreateNatGatewayRequest createNatGatewayRequest)
Creates a NAT gateway in the specified subnet.
|
CreateNatGatewayResult |
AmazonEC2.createNatGateway(CreateNatGatewayRequest createNatGatewayRequest)
Creates a NAT gateway in the specified subnet.
|
CreateNatGatewayResult |
AbstractAmazonEC2.createNatGateway(CreateNatGatewayRequest request) |
java.util.concurrent.Future<CreateNatGatewayResult> |
AmazonEC2AsyncClient.createNatGatewayAsync(CreateNatGatewayRequest request) |
java.util.concurrent.Future<CreateNatGatewayResult> |
AmazonEC2Async.createNatGatewayAsync(CreateNatGatewayRequest createNatGatewayRequest)
Creates a NAT gateway in the specified subnet.
|
java.util.concurrent.Future<CreateNatGatewayResult> |
AbstractAmazonEC2Async.createNatGatewayAsync(CreateNatGatewayRequest request) |
java.util.concurrent.Future<CreateNatGatewayResult> |
AmazonEC2AsyncClient.createNatGatewayAsync(CreateNatGatewayRequest request,
AsyncHandler<CreateNatGatewayRequest,CreateNatGatewayResult> asyncHandler) |
java.util.concurrent.Future<CreateNatGatewayResult> |
AmazonEC2Async.createNatGatewayAsync(CreateNatGatewayRequest createNatGatewayRequest,
AsyncHandler<CreateNatGatewayRequest,CreateNatGatewayResult> asyncHandler)
Creates a NAT gateway in the specified subnet.
|
java.util.concurrent.Future<CreateNatGatewayResult> |
AbstractAmazonEC2Async.createNatGatewayAsync(CreateNatGatewayRequest request,
AsyncHandler<CreateNatGatewayRequest,CreateNatGatewayResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateNatGatewayResult> |
AmazonEC2AsyncClient.createNatGatewayAsync(CreateNatGatewayRequest request,
AsyncHandler<CreateNatGatewayRequest,CreateNatGatewayResult> asyncHandler) |
java.util.concurrent.Future<CreateNatGatewayResult> |
AmazonEC2Async.createNatGatewayAsync(CreateNatGatewayRequest createNatGatewayRequest,
AsyncHandler<CreateNatGatewayRequest,CreateNatGatewayResult> asyncHandler)
Creates a NAT gateway in the specified subnet.
|
java.util.concurrent.Future<CreateNatGatewayResult> |
AbstractAmazonEC2Async.createNatGatewayAsync(CreateNatGatewayRequest request,
AsyncHandler<CreateNatGatewayRequest,CreateNatGatewayResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateNatGatewayRequest |
CreateNatGatewayRequest.clone() |
CreateNatGatewayRequest |
CreateNatGatewayRequest.withAllocationId(java.lang.String allocationId)
The allocation ID of an Elastic IP address to associate with the NAT
gateway.
|
CreateNatGatewayRequest |
CreateNatGatewayRequest.withClientToken(java.lang.String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency
of the request.
|
CreateNatGatewayRequest |
CreateNatGatewayRequest.withSubnetId(java.lang.String subnetId)
The subnet in which to create the NAT gateway.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateNatGatewayRequest> |
CreateNatGatewayRequest.getDryRunRequest()
This method is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateNatGatewayRequest> |
CreateNatGatewayRequestMarshaller.marshall(CreateNatGatewayRequest createNatGatewayRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateNatGatewayRequest> |
CreateNatGatewayRequestMarshaller.marshall(CreateNatGatewayRequest createNatGatewayRequest) |