Uses of Class
com.amazonaws.services.ec2.model.CreateNatGatewayRequest
-
Packages that use CreateNatGatewayRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreateNatGatewayRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateNatGatewayRequest Modifier and Type Method Description Future<CreateNatGatewayResult>
AbstractAmazonEC2Async. createNatGatewayAsync(CreateNatGatewayRequest request, AsyncHandler<CreateNatGatewayRequest,CreateNatGatewayResult> asyncHandler)
Future<CreateNatGatewayResult>
AmazonEC2Async. createNatGatewayAsync(CreateNatGatewayRequest createNatGatewayRequest, AsyncHandler<CreateNatGatewayRequest,CreateNatGatewayResult> asyncHandler)
Creates a NAT gateway in the specified subnet.Future<CreateNatGatewayResult>
AmazonEC2AsyncClient. createNatGatewayAsync(CreateNatGatewayRequest request, AsyncHandler<CreateNatGatewayRequest,CreateNatGatewayResult> asyncHandler)
-
Uses of CreateNatGatewayRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateNatGatewayRequest Modifier and Type Method 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.Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateNatGatewayRequest Modifier and Type Method Description Request<CreateNatGatewayRequest>
CreateNatGatewayRequest. getDryRunRequest()
This method is intended for internal use only.
-