Uses of Class
com.oracle.bmc.core.model.RouteTable
-
Packages that use RouteTable Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of RouteTable in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type RouteTable Modifier and Type Method Description Iterable<RouteTable>VirtualNetworkPaginators. listRouteTablesRecordIterator(ListRouteTablesRequest request)Creates a new iterable which will iterate over theRouteTableobjects contained in responses from the listRouteTables operation. -
Uses of RouteTable in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return RouteTable Modifier and Type Method Description RouteTableRouteTable.Builder. build()Methods in com.oracle.bmc.core.model with parameters of type RouteTable Modifier and Type Method Description RouteTable.BuilderRouteTable.Builder. copy(RouteTable model) -
Uses of RouteTable in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return RouteTable Modifier and Type Method Description RouteTableCreateRouteTableResponse. getRouteTable()The returned RouteTable instance.RouteTableGetRouteTableResponse. getRouteTable()The returned RouteTable instance.RouteTableUpdateRouteTableResponse. getRouteTable()The returned RouteTable instance.Methods in com.oracle.bmc.core.responses that return types with arguments of type RouteTable Modifier and Type Method Description List<RouteTable>ListRouteTablesResponse. getItems()A list of com.oracle.bmc.core.model.RouteTable instances.Methods in com.oracle.bmc.core.responses with parameters of type RouteTable Modifier and Type Method Description CreateRouteTableResponse.BuilderCreateRouteTableResponse.Builder. routeTable(RouteTable routeTable)The returned RouteTable instance.GetRouteTableResponse.BuilderGetRouteTableResponse.Builder. routeTable(RouteTable routeTable)The returned RouteTable instance.UpdateRouteTableResponse.BuilderUpdateRouteTableResponse.Builder. routeTable(RouteTable routeTable)The returned RouteTable instance.Method parameters in com.oracle.bmc.core.responses with type arguments of type RouteTable Modifier and Type Method Description ListRouteTablesResponse.BuilderListRouteTablesResponse.Builder. items(List<RouteTable> items)A list of com.oracle.bmc.core.model.RouteTable instances.
-