Uses of Class
org.jclouds.aws.ec2.domain.Route
- 
Packages that use Route Package Description org.jclouds.aws.ec2.domain org.jclouds.aws.ec2.xml  - 
- 
Uses of Route in org.jclouds.aws.ec2.domain
Methods in org.jclouds.aws.ec2.domain that return Route Modifier and Type Method Description abstract RouteRoute.Builder. build()static RouteRoute. create(String destinationCidrBlock, String gatewayId, Route.RouteState state, String origin)Methods in org.jclouds.aws.ec2.domain that return types with arguments of type Route Modifier and Type Method Description abstract List<Route>RouteTable. routeSet()Method parameters in org.jclouds.aws.ec2.domain with type arguments of type Route Modifier and Type Method Description static RouteTableRouteTable. create(String id, String vpcId, List<Route> routeSet, List<RouteTableAssociation> associationSet, Map<String,String> tags)abstract RouteTable.BuilderRouteTable.Builder. routeSet(List<Route> routeSet) - 
Uses of Route in org.jclouds.aws.ec2.xml
Methods in org.jclouds.aws.ec2.xml that return Route Modifier and Type Method Description RouteRouteHandler. getResult()Methods in org.jclouds.aws.ec2.xml that return types with arguments of type Route Modifier and Type Method Description List<Route>RouteSetHandler. getResult() 
 -