Uses of Class
com.amazonaws.services.ec2.model.RouteTable
Packages that use RouteTable
-
Uses of RouteTable in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return RouteTableModifier and TypeMethodDescriptionRouteTable.clone()
CreateRouteTableResult.getRouteTable()
Information about the route table.RouteTable.withAssociations
(RouteTableAssociation... associations) The associations between the route table and one or more subnets.RouteTable.withAssociations
(Collection<RouteTableAssociation> associations) The associations between the route table and one or more subnets.RouteTable.withPropagatingVgws
(PropagatingVgw... propagatingVgws) Any virtual private gateway (VGW) propagating routes.RouteTable.withPropagatingVgws
(Collection<PropagatingVgw> propagatingVgws) Any virtual private gateway (VGW) propagating routes.RouteTable.withRoutes
(Route... routes) The routes in the route table.RouteTable.withRoutes
(Collection<Route> routes) The routes in the route table.RouteTable.withRouteTableId
(String routeTableId) The ID of the route table.Any tags assigned to the route table.RouteTable.withTags
(Collection<Tag> tags) Any tags assigned to the route table.The ID of the VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type RouteTableModifier and TypeMethodDescriptionDescribeRouteTablesResult.getRouteTables()
Information about one or more route tables.Methods in com.amazonaws.services.ec2.model with parameters of type RouteTableModifier and TypeMethodDescriptionvoid
CreateRouteTableResult.setRouteTable
(RouteTable routeTable) Information about the route table.CreateRouteTableResult.withRouteTable
(RouteTable routeTable) Information about the route table.DescribeRouteTablesResult.withRouteTables
(RouteTable... routeTables) Information about one or more route tables.Method parameters in com.amazonaws.services.ec2.model with type arguments of type RouteTableModifier and TypeMethodDescriptionvoid
DescribeRouteTablesResult.setRouteTables
(Collection<RouteTable> routeTables) Information about one or more route tables.DescribeRouteTablesResult.withRouteTables
(Collection<RouteTable> routeTables) Information about one or more route tables.