Uses of Class
org.jclouds.aws.ec2.domain.Route
Packages that use Route
-
Uses of Route in org.jclouds.aws.ec2.domain
Methods in org.jclouds.aws.ec2.domain that return RouteModifier and TypeMethodDescriptionabstract 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 RouteMethod parameters in org.jclouds.aws.ec2.domain with type arguments of type RouteModifier and TypeMethodDescriptionstatic RouteTable
RouteTable.create
(String id, String vpcId, List<Route> routeSet, List<RouteTableAssociation> associationSet, Map<String, String> tags) abstract RouteTable.Builder
-
Uses of Route in org.jclouds.aws.ec2.xml
Methods in org.jclouds.aws.ec2.xml that return RouteMethods in org.jclouds.aws.ec2.xml that return types with arguments of type Route