Uses of Class
com.amazonaws.services.ec2.model.CreateNatGatewayRequest
Packages that use CreateNatGatewayRequest
-
Uses of CreateNatGatewayRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type CreateNatGatewayRequestModifier 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.AbstractAmazonEC2Async.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 CreateNatGatewayRequestModifier 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 CreateNatGatewayRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateNatGatewayRequestModifier and TypeMethodDescriptionCreateNatGatewayRequest.clone()
CreateNatGatewayRequest.withAllocationId
(String allocationId) The allocation ID of an Elastic IP address to associate with the NAT gateway.CreateNatGatewayRequest.withClientToken
(String clientToken) Unique, case-sensitive identifier you provide to ensure the idempotency of the request.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 CreateNatGatewayRequestModifier and TypeMethodDescriptionCreateNatGatewayRequest.getDryRunRequest()
This method is intended for internal use only.