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 o) |
Modifier and Type | Method and Description |
---|---|
RouteTable |
CreateRouteTableResponse.getRouteTable()
The returned RouteTable instance.
|
RouteTable |
GetRouteTableResponse.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 |
---|---|
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.
|
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–2022. All rights reserved.