Uses of Class
com.amazonaws.services.ec2.model.CreateNatGatewayResult
-
Packages that use CreateNatGatewayResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreateNatGatewayResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateNatGatewayResult Modifier and Type Method Description CreateNatGatewayResult
AbstractAmazonEC2. createNatGateway(CreateNatGatewayRequest request)
CreateNatGatewayResult
AmazonEC2. createNatGateway(CreateNatGatewayRequest createNatGatewayRequest)
Creates a NAT gateway in the specified subnet.CreateNatGatewayResult
AmazonEC2Client. createNatGateway(CreateNatGatewayRequest createNatGatewayRequest)
Creates a NAT gateway in the specified subnet.Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateNatGatewayResult 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 CreateNatGatewayResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateNatGatewayResult Modifier and Type Method Description CreateNatGatewayResult
CreateNatGatewayResult. clone()
CreateNatGatewayResult
CreateNatGatewayResult. withClientToken(String clientToken)
Unique, case-sensitive identifier to ensure the idempotency of the request.CreateNatGatewayResult
CreateNatGatewayResult. withNatGateway(NatGateway natGateway)
Information about the NAT gateway.
-