Uses of Class
com.amazonaws.services.ec2.model.CreateRouteRequest

Packages that use CreateRouteRequest
com.amazonaws.services.ec2 Synchronous and asynchronous client classes for accessing AmazonEC2. 
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of CreateRouteRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type CreateRouteRequest
 void AmazonEC2Client.createRoute(CreateRouteRequest createRouteRequest)
           Creates a route in a route table within a VPC.
 void AmazonEC2.createRoute(CreateRouteRequest createRouteRequest)
           Creates a route in a route table within a VPC.
 Future<Void> AmazonEC2AsyncClient.createRouteAsync(CreateRouteRequest createRouteRequest)
           Creates a route in a route table within a VPC.
 Future<Void> AmazonEC2Async.createRouteAsync(CreateRouteRequest createRouteRequest)
           Creates a route in a route table within a VPC.
 Future<Void> AmazonEC2AsyncClient.createRouteAsync(CreateRouteRequest createRouteRequest, AsyncHandler<CreateRouteRequest,Void> asyncHandler)
           Creates a route in a route table within a VPC.
 Future<Void> AmazonEC2Async.createRouteAsync(CreateRouteRequest createRouteRequest, AsyncHandler<CreateRouteRequest,Void> asyncHandler)
           Creates a route in a route table within a VPC.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateRouteRequest
 Future<Void> AmazonEC2AsyncClient.createRouteAsync(CreateRouteRequest createRouteRequest, AsyncHandler<CreateRouteRequest,Void> asyncHandler)
           Creates a route in a route table within a VPC.
 Future<Void> AmazonEC2Async.createRouteAsync(CreateRouteRequest createRouteRequest, AsyncHandler<CreateRouteRequest,Void> asyncHandler)
           Creates a route in a route table within a VPC.
 

Uses of CreateRouteRequest in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return CreateRouteRequest
 CreateRouteRequest CreateRouteRequest.withDestinationCidrBlock(String destinationCidrBlock)
          The CIDR address block used for the destination match.
 CreateRouteRequest CreateRouteRequest.withGatewayId(String gatewayId)
          The ID of an Internet gateway attached to your VPC.
 CreateRouteRequest CreateRouteRequest.withInstanceId(String instanceId)
          The ID of a NAT instance in your VPC.
 CreateRouteRequest CreateRouteRequest.withNetworkInterfaceId(String networkInterfaceId)
          The ID of a network interface.
 CreateRouteRequest CreateRouteRequest.withRouteTableId(String routeTableId)
          The ID of the route table for the route.
 CreateRouteRequest 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 CreateRouteRequest
 Request<CreateRouteRequest> CreateRouteRequest.getDryRunRequest()
          This method is intended for internal use only.
 



Copyright © 2016. All rights reserved.