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