Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateNatGatewayResult> |
AmazonEC2Async.createNatGatewayAsync(CreateNatGatewayRequest createNatGatewayRequest,
AsyncHandler<CreateNatGatewayRequest,CreateNatGatewayResult> asyncHandler)
Creates a NAT gateway in the specified subnet.
|
Future<CreateNatGatewayResult> |
AbstractAmazonEC2Async.createNatGatewayAsync(CreateNatGatewayRequest request,
AsyncHandler<CreateNatGatewayRequest,CreateNatGatewayResult> asyncHandler) |
Future<CreateNatGatewayResult> |
AmazonEC2AsyncClient.createNatGatewayAsync(CreateNatGatewayRequest request,
AsyncHandler<CreateNatGatewayRequest,CreateNatGatewayResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateNatGatewayRequest |
CreateNatGatewayRequest.clone() |
CreateNatGatewayRequest |
CreateNatGatewayRequest.withAllocationId(String allocationId)
The allocation ID of an Elastic IP address to associate with the NAT gateway.
|
CreateNatGatewayRequest |
CreateNatGatewayRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
CreateNatGatewayRequest |
CreateNatGatewayRequest.withSubnetId(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.
|
Copyright © 2017. All rights reserved.