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 RouteTable instances.
|
Modifier and Type | Method and Description |
---|---|
CreateRouteTableResponse.Builder |
CreateRouteTableResponse.Builder.routeTable(RouteTable routeTable) |
GetRouteTableResponse.Builder |
GetRouteTableResponse.Builder.routeTable(RouteTable routeTable) |
UpdateRouteTableResponse.Builder |
UpdateRouteTableResponse.Builder.routeTable(RouteTable routeTable) |
Modifier and Type | Method and Description |
---|---|
ListRouteTablesResponse.Builder |
ListRouteTablesResponse.Builder.items(List<RouteTable> items) |
Copyright © 2016–2021. All rights reserved.