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 Route
Route.Builder. build()
static Route
Route. 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 RouteTable
RouteTable. create(String id, String vpcId, List<Route> routeSet, List<RouteTableAssociation> associationSet, Map<String,String> tags)
abstract RouteTable.Builder
RouteTable.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 Route
RouteHandler. 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()
-