Uses of Class
org.jclouds.aws.ec2.domain.RouteTable
Packages that use RouteTable
-
Uses of RouteTable in org.jclouds.aws.ec2.domain
Methods in org.jclouds.aws.ec2.domain that return RouteTable -
Uses of RouteTable in org.jclouds.aws.ec2.features
Methods in org.jclouds.aws.ec2.features that return RouteTableModifier and TypeMethodDescriptionRouteTableApi.createRouteTable
(String region, String vpcId) Creates aRouteTable
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 RouteTableModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<RouteTable> RouteTableApi.describeRouteTables
(String region, String... routeTableIds) Describes route tables.com.google.common.collect.FluentIterable
<RouteTable> RouteTableApi.describeRouteTablesWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) Describes route tables. -
Uses of RouteTable in org.jclouds.aws.ec2.xml
Methods in org.jclouds.aws.ec2.xml that return RouteTableModifier and TypeMethodDescriptionCreateRouteTableResponseHandler.getResult()
RouteTableHandler.getResult()
Methods in org.jclouds.aws.ec2.xml that return types with arguments of type RouteTableModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<RouteTable> DescribeRouteTablesResponseHandler.getResult()