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 String
RouteTableApi. associateRouteTable(String region, String routeTableId, String subnetId, RouteTableOptions options)
RouteTable
RouteTableApi. createRouteTable(String region, String vpcId, RouteTableOptions options)
Creates aRouteTable
, supplying options.boolean
RouteTableApi. deleteRouteTable(String region, String routeTableId, RouteTableOptions options)
Delete aRouteTable
, supplying options.boolean
RouteTableApi. 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 RouteTableOptions
RouteTableOptions. destinationCidrBlock(String destinationCidrBlock)
The IPv4 CIDR address block used for the destination match.static RouteTableOptions
RouteTableOptions.Builder. dryRun()
RouteTableOptions
RouteTableOptions. dryRun()
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
-