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 CreateNatGatewayResultAbstractAmazonEC2. createNatGateway(CreateNatGatewayRequest request)CreateNatGatewayResultAmazonEC2. createNatGateway(CreateNatGatewayRequest createNatGatewayRequest)Creates a NAT gateway in the specified subnet.CreateNatGatewayResultAmazonEC2Client. 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 CreateNatGatewayResultCreateNatGatewayResult. clone()CreateNatGatewayResultCreateNatGatewayResult. withClientToken(String clientToken)Unique, case-sensitive identifier to ensure the idempotency of the request.CreateNatGatewayResultCreateNatGatewayResult. withNatGateway(NatGateway natGateway)Information about the NAT gateway.
-