Uses of Class
org.jclouds.aws.ec2.domain.RouteTable
- 
Packages that use RouteTable Package Description org.jclouds.aws.ec2.domain org.jclouds.aws.ec2.features org.jclouds.aws.ec2.xml  - 
- 
Uses of RouteTable in org.jclouds.aws.ec2.domain
Methods in org.jclouds.aws.ec2.domain that return RouteTable Modifier and Type Method Description RouteTableRouteTable.Builder. build()static RouteTableRouteTable. create(String id, String vpcId, List<Route> routeSet, List<RouteTableAssociation> associationSet, Map<String,String> tags) - 
Uses of RouteTable in org.jclouds.aws.ec2.features
Methods in org.jclouds.aws.ec2.features that return RouteTable Modifier and Type Method Description RouteTableRouteTableApi. createRouteTable(String region, String vpcId)Creates aRouteTableRouteTableRouteTableApi. createRouteTable(String region, String vpcId, RouteTableOptions options)Creates aRouteTable, supplying options.Methods in org.jclouds.aws.ec2.features that return types with arguments of type RouteTable Modifier and Type Method Description com.google.common.collect.FluentIterable<RouteTable>RouteTableApi. describeRouteTables(String region, String... routeTableIds)Describes route tables. - 
Uses of RouteTable in org.jclouds.aws.ec2.xml
Methods in org.jclouds.aws.ec2.xml that return RouteTable Modifier and Type Method Description RouteTableCreateRouteTableResponseHandler. getResult()RouteTableRouteTableHandler. getResult()Methods in org.jclouds.aws.ec2.xml that return types with arguments of type RouteTable Modifier and Type Method Description com.google.common.collect.FluentIterable<RouteTable>DescribeRouteTablesResponseHandler. getResult() 
 -