Uses of Class
com.amazonaws.services.ec2.model.CreateRouteRequest
Packages that use CreateRouteRequest
-
Uses of CreateRouteRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type CreateRouteRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.createRoute(CreateRouteRequest request) AmazonEC2.createRoute(CreateRouteRequest createRouteRequest) Creates a route in a route table within a VPC.AmazonEC2Client.createRoute(CreateRouteRequest createRouteRequest) Creates a route in a route table within a VPC.AbstractAmazonEC2Async.createRouteAsync(CreateRouteRequest request) AbstractAmazonEC2Async.createRouteAsync(CreateRouteRequest request, AsyncHandler<CreateRouteRequest, CreateRouteResult> asyncHandler) AmazonEC2Async.createRouteAsync(CreateRouteRequest createRouteRequest) Creates a route in a route table within a VPC.AmazonEC2Async.createRouteAsync(CreateRouteRequest createRouteRequest, AsyncHandler<CreateRouteRequest, CreateRouteResult> asyncHandler) Creates a route in a route table within a VPC.AmazonEC2AsyncClient.createRouteAsync(CreateRouteRequest request) AmazonEC2AsyncClient.createRouteAsync(CreateRouteRequest request, AsyncHandler<CreateRouteRequest, CreateRouteResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateRouteRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createRouteAsync(CreateRouteRequest request, AsyncHandler<CreateRouteRequest, CreateRouteResult> asyncHandler) AmazonEC2Async.createRouteAsync(CreateRouteRequest createRouteRequest, AsyncHandler<CreateRouteRequest, CreateRouteResult> asyncHandler) Creates a route in a route table within a VPC.AmazonEC2AsyncClient.createRouteAsync(CreateRouteRequest request, AsyncHandler<CreateRouteRequest, CreateRouteResult> asyncHandler) -
Uses of CreateRouteRequest in com.amazonaws.services.ec2.model
Classes in com.amazonaws.services.ec2.model that implement interfaces with type arguments of type CreateRouteRequestModifier and TypeClassDescriptionclassContains the parameters for CreateRoute.Methods in com.amazonaws.services.ec2.model that return CreateRouteRequestModifier and TypeMethodDescriptionCreateRouteRequest.clone()CreateRouteRequest.withDestinationCidrBlock(String destinationCidrBlock) The CIDR address block used for the destination match.CreateRouteRequest.withGatewayId(String gatewayId) The ID of an Internet gateway or virtual private gateway attached to your VPC.CreateRouteRequest.withInstanceId(String instanceId) The ID of a NAT instance in your VPC.CreateRouteRequest.withNatGatewayId(String natGatewayId) The ID of a NAT gateway.CreateRouteRequest.withNetworkInterfaceId(String networkInterfaceId) The ID of a network interface.CreateRouteRequest.withRouteTableId(String routeTableId) The ID of the route table for the route.CreateRouteRequest.withVpcPeeringConnectionId(String vpcPeeringConnectionId) The ID of a VPC peering connection.Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateRouteRequestModifier and TypeMethodDescriptionCreateRouteRequest.getDryRunRequest()This method is intended for internal use only.