Uses of Class
com.amazonaws.services.ec2.model.CreateNatGatewayResult
Packages that use CreateNatGatewayResult
-
Uses of CreateNatGatewayResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateNatGatewayResultModifier and TypeMethodDescriptionAbstractAmazonEC2.createNatGateway(CreateNatGatewayRequest request) AmazonEC2.createNatGateway(CreateNatGatewayRequest createNatGatewayRequest) Creates a NAT gateway in the specified subnet.AmazonEC2Client.createNatGateway(CreateNatGatewayRequest createNatGatewayRequest) Creates a NAT gateway in the specified subnet.Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateNatGatewayResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createNatGatewayAsync(CreateNatGatewayRequest request) AbstractAmazonEC2Async.createNatGatewayAsync(CreateNatGatewayRequest request, AsyncHandler<CreateNatGatewayRequest, CreateNatGatewayResult> asyncHandler) AmazonEC2Async.createNatGatewayAsync(CreateNatGatewayRequest createNatGatewayRequest) Creates a NAT gateway in the specified subnet.AmazonEC2Async.createNatGatewayAsync(CreateNatGatewayRequest createNatGatewayRequest, AsyncHandler<CreateNatGatewayRequest, CreateNatGatewayResult> asyncHandler) Creates a NAT gateway in the specified subnet.AmazonEC2AsyncClient.createNatGatewayAsync(CreateNatGatewayRequest request) AmazonEC2AsyncClient.createNatGatewayAsync(CreateNatGatewayRequest request, AsyncHandler<CreateNatGatewayRequest, CreateNatGatewayResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateNatGatewayResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createNatGatewayAsync(CreateNatGatewayRequest request, AsyncHandler<CreateNatGatewayRequest, CreateNatGatewayResult> asyncHandler) AmazonEC2Async.createNatGatewayAsync(CreateNatGatewayRequest createNatGatewayRequest, AsyncHandler<CreateNatGatewayRequest, CreateNatGatewayResult> asyncHandler) Creates a NAT gateway in the specified subnet.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 CreateNatGatewayResultModifier and TypeMethodDescriptionCreateNatGatewayResult.clone()CreateNatGatewayResult.withClientToken(String clientToken) Unique, case-sensitive identifier to ensure the idempotency of the request.CreateNatGatewayResult.withNatGateway(NatGateway natGateway) Information about the NAT gateway.