Uses of Class
org.jclouds.aws.ec2.options.RouteTableOptions
- 
Packages that use RouteTableOptions Package Description org.jclouds.aws.ec2.features org.jclouds.aws.ec2.options  - 
- 
Uses of RouteTableOptions in org.jclouds.aws.ec2.features
Methods in org.jclouds.aws.ec2.features with parameters of type RouteTableOptions Modifier and Type Method Description StringRouteTableApi. associateRouteTable(String region, String routeTableId, String subnetId, RouteTableOptions options)RouteTableRouteTableApi. createRouteTable(String region, String vpcId, RouteTableOptions options)Creates aRouteTable, supplying options.booleanRouteTableApi. deleteRouteTable(String region, String routeTableId, RouteTableOptions options)Delete aRouteTable, supplying options.booleanRouteTableApi. disassociateRouteTable(String region, String associationId, RouteTableOptions options) - 
Uses of RouteTableOptions in org.jclouds.aws.ec2.options
Methods in org.jclouds.aws.ec2.options that return RouteTableOptions Modifier and Type Method Description RouteTableOptionsRouteTableOptions. destinationCidrBlock(String destinationCidrBlock)The IPv4 CIDR address block used for the destination match.static RouteTableOptionsRouteTableOptions.Builder. dryRun()RouteTableOptionsRouteTableOptions. dryRun()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. 
 -