Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
ListRouteTablesResponse |
VirtualNetwork.listRouteTables(ListRouteTablesRequest request)
Lists the route tables in the specified VCN and specified compartment.
|
ListRouteTablesResponse |
VirtualNetworkClient.listRouteTables(ListRouteTablesRequest request) |
Future<ListRouteTablesResponse> |
VirtualNetworkAsyncClient.listRouteTables(ListRouteTablesRequest request,
AsyncHandler<ListRouteTablesRequest,ListRouteTablesResponse> handler) |
Future<ListRouteTablesResponse> |
VirtualNetworkAsync.listRouteTables(ListRouteTablesRequest request,
AsyncHandler<ListRouteTablesRequest,ListRouteTablesResponse> handler)
Lists the route tables in the specified VCN and specified compartment.
|
Iterable<RouteTable> |
VirtualNetworkPaginators.listRouteTablesRecordIterator(ListRouteTablesRequest request)
Creates a new iterable which will iterate over the
RouteTable objects contained in responses from the listRouteTables
operation. |
Iterable<ListRouteTablesResponse> |
VirtualNetworkPaginators.listRouteTablesResponseIterator(ListRouteTablesRequest request)
Creates a new iterable which will iterate over the responses received from the
listRouteTables operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListRouteTablesResponse> |
VirtualNetworkAsyncClient.listRouteTables(ListRouteTablesRequest request,
AsyncHandler<ListRouteTablesRequest,ListRouteTablesResponse> handler) |
Future<ListRouteTablesResponse> |
VirtualNetworkAsync.listRouteTables(ListRouteTablesRequest request,
AsyncHandler<ListRouteTablesRequest,ListRouteTablesResponse> handler)
Lists the route tables in the specified VCN and specified compartment.
|
Modifier and Type | Method and Description |
---|---|
ListRouteTablesRequest |
ListRouteTablesRequest.Builder.build()
Build the instance of ListRouteTablesRequest as configured by this builder
|
ListRouteTablesRequest |
ListRouteTablesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListRouteTablesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListRouteTablesRequest.Builder |
ListRouteTablesRequest.Builder.copy(ListRouteTablesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.