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 RouteTable
RouteTable.Builder. build()
static RouteTable
RouteTable. 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 RouteTable
RouteTableApi. createRouteTable(String region, String vpcId)
Creates aRouteTable
RouteTable
RouteTableApi. 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 RouteTable
CreateRouteTableResponseHandler. getResult()
RouteTable
RouteTableHandler. 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()
-