Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model | |
com.oracle.bmc.core.responses |
Modifier and Type | Method and Description |
---|---|
Iterable<RouteTable> |
VirtualNetworkPaginators.listRouteTablesRecordIterator(ListRouteTablesRequest request)
Creates a new iterable which will iterate over the
RouteTable objects contained in responses from the listRouteTables
operation. |
Modifier and Type | Method and Description |
---|---|
RouteTable |
RouteTable.Builder.build() |
Modifier and Type | Method and Description |
---|---|
RouteTable.Builder |
RouteTable.Builder.copy(RouteTable model) |
Modifier and Type | Method and Description |
---|---|
RouteTable |
GetRouteTableResponse.getRouteTable()
The returned
RouteTable instance. |
RouteTable |
CreateRouteTableResponse.getRouteTable()
The returned
RouteTable instance. |
RouteTable |
UpdateRouteTableResponse.getRouteTable()
The returned
RouteTable instance. |
Modifier and Type | Method and Description |
---|---|
List<RouteTable> |
ListRouteTablesResponse.getItems()
A list of
com.oracle.bmc.core.model.RouteTable instances. |
Modifier and Type | Method and Description |
---|---|
GetRouteTableResponse.Builder |
GetRouteTableResponse.Builder.routeTable(RouteTable routeTable)
The returned
RouteTable instance. |
CreateRouteTableResponse.Builder |
CreateRouteTableResponse.Builder.routeTable(RouteTable routeTable)
The returned
RouteTable instance. |
UpdateRouteTableResponse.Builder |
UpdateRouteTableResponse.Builder.routeTable(RouteTable routeTable)
The returned
RouteTable instance. |
Modifier and Type | Method and Description |
---|---|
ListRouteTablesResponse.Builder |
ListRouteTablesResponse.Builder.items(List<RouteTable> items)
A list of
com.oracle.bmc.core.model.RouteTable instances. |
Copyright © 2016–2024. All rights reserved.