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 theRouteTable
objects 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 RouteTable
RouteTable.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type RouteTable Modifier and Type Method Description RouteTable.Builder
RouteTable.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 RouteTable
CreateRouteTableResponse. getRouteTable()
The returned RouteTable instance.RouteTable
GetRouteTableResponse. getRouteTable()
The returned RouteTable instance.RouteTable
UpdateRouteTableResponse. 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.Builder
CreateRouteTableResponse.Builder. routeTable(RouteTable routeTable)
The returned RouteTable instance.GetRouteTableResponse.Builder
GetRouteTableResponse.Builder. routeTable(RouteTable routeTable)
The returned RouteTable instance.UpdateRouteTableResponse.Builder
UpdateRouteTableResponse.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.Builder
ListRouteTablesResponse.Builder. items(List<RouteTable> items)
A list of com.oracle.bmc.core.model.RouteTable instances.
-