Uses of Class
com.oracle.bmc.core.model.DrgRouteTable
-
Packages that use DrgRouteTable Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of DrgRouteTable in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type DrgRouteTable Modifier and Type Method Description Iterable<DrgRouteTable>
VirtualNetworkPaginators. listDrgRouteTablesRecordIterator(ListDrgRouteTablesRequest request)
Creates a new iterable which will iterate over theDrgRouteTable
objects contained in responses from the listDrgRouteTables operation. -
Uses of DrgRouteTable in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return DrgRouteTable Modifier and Type Method Description DrgRouteTable
DrgRouteTable.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type DrgRouteTable Modifier and Type Method Description DrgRouteTable.Builder
DrgRouteTable.Builder. copy(DrgRouteTable model)
-
Uses of DrgRouteTable in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return DrgRouteTable Modifier and Type Method Description DrgRouteTable
CreateDrgRouteTableResponse. getDrgRouteTable()
The returned DrgRouteTable instance.DrgRouteTable
GetDrgRouteTableResponse. getDrgRouteTable()
The returned DrgRouteTable instance.DrgRouteTable
RemoveImportDrgRouteDistributionResponse. getDrgRouteTable()
The returned DrgRouteTable instance.DrgRouteTable
UpdateDrgRouteTableResponse. getDrgRouteTable()
The returned DrgRouteTable instance.Methods in com.oracle.bmc.core.responses that return types with arguments of type DrgRouteTable Modifier and Type Method Description List<DrgRouteTable>
ListDrgRouteTablesResponse. getItems()
A list of com.oracle.bmc.core.model.DrgRouteTable instances.Methods in com.oracle.bmc.core.responses with parameters of type DrgRouteTable Modifier and Type Method Description CreateDrgRouteTableResponse.Builder
CreateDrgRouteTableResponse.Builder. drgRouteTable(DrgRouteTable drgRouteTable)
The returned DrgRouteTable instance.GetDrgRouteTableResponse.Builder
GetDrgRouteTableResponse.Builder. drgRouteTable(DrgRouteTable drgRouteTable)
The returned DrgRouteTable instance.RemoveImportDrgRouteDistributionResponse.Builder
RemoveImportDrgRouteDistributionResponse.Builder. drgRouteTable(DrgRouteTable drgRouteTable)
The returned DrgRouteTable instance.UpdateDrgRouteTableResponse.Builder
UpdateDrgRouteTableResponse.Builder. drgRouteTable(DrgRouteTable drgRouteTable)
The returned DrgRouteTable instance.Method parameters in com.oracle.bmc.core.responses with type arguments of type DrgRouteTable Modifier and Type Method Description ListDrgRouteTablesResponse.Builder
ListDrgRouteTablesResponse.Builder. items(List<DrgRouteTable> items)
A list of com.oracle.bmc.core.model.DrgRouteTable instances.
-