Uses of Interface
org.jclouds.aws.ec2.features.RouteTableApi
-
Packages that use RouteTableApi Package Description org.jclouds.aws.ec2 -
-
Uses of RouteTableApi in org.jclouds.aws.ec2
Methods in org.jclouds.aws.ec2 that return types with arguments of type RouteTableApi Modifier and Type Method Description com.google.common.base.Optional<? extends RouteTableApi>
AWSEC2Api. getRouteTableApi()
Provides synchronous access to Route Table services.com.google.common.base.Optional<? extends RouteTableApi>
AWSEC2Api. getRouteTableApiForRegion(String region)
Provides synchronous access to Route Table services in a given region.
-