Uses of Class
org.jclouds.aws.ec2.options.RouteTableOptions
Packages that use RouteTableOptions
-
Uses of RouteTableOptions in org.jclouds.aws.ec2.features
Methods in org.jclouds.aws.ec2.features with parameters of type RouteTableOptionsModifier and TypeMethodDescriptionRouteTableApi.associateRouteTable
(String region, String routeTableId, String subnetId, RouteTableOptions options) 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 RouteTableOptionsModifier and TypeMethodDescriptionRouteTableOptions.destinationCidrBlock
(String destinationCidrBlock) The IPv4 CIDR address block used for the destination match.static RouteTableOptions
RouteTableOptions.Builder.dryRun()
RouteTableOptions.dryRun()
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.