Uses of Class
com.oracle.bmc.core.requests.ListDrgRouteTablesRequest
-
Packages that use ListDrgRouteTablesRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListDrgRouteTablesRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ListDrgRouteTablesRequest Modifier and Type Method Description ListDrgRouteTablesResponseVirtualNetwork. listDrgRouteTables(ListDrgRouteTablesRequest request)Lists the DRG route tables for the specified DRG.Future<ListDrgRouteTablesResponse>VirtualNetworkAsync. listDrgRouteTables(ListDrgRouteTablesRequest request, AsyncHandler<ListDrgRouteTablesRequest,ListDrgRouteTablesResponse> handler)Lists the DRG route tables for the specified DRG.Future<ListDrgRouteTablesResponse>VirtualNetworkAsyncClient. listDrgRouteTables(ListDrgRouteTablesRequest request, AsyncHandler<ListDrgRouteTablesRequest,ListDrgRouteTablesResponse> handler)ListDrgRouteTablesResponseVirtualNetworkClient. listDrgRouteTables(ListDrgRouteTablesRequest request)Iterable<DrgRouteTable>VirtualNetworkPaginators. listDrgRouteTablesRecordIterator(ListDrgRouteTablesRequest request)Creates a new iterable which will iterate over theDrgRouteTableobjects contained in responses from the listDrgRouteTables operation.Iterable<ListDrgRouteTablesResponse>VirtualNetworkPaginators. listDrgRouteTablesResponseIterator(ListDrgRouteTablesRequest request)Creates a new iterable which will iterate over the responses received from the listDrgRouteTables operation.Method parameters in com.oracle.bmc.core with type arguments of type ListDrgRouteTablesRequest Modifier and Type Method Description Future<ListDrgRouteTablesResponse>VirtualNetworkAsync. listDrgRouteTables(ListDrgRouteTablesRequest request, AsyncHandler<ListDrgRouteTablesRequest,ListDrgRouteTablesResponse> handler)Lists the DRG route tables for the specified DRG.Future<ListDrgRouteTablesResponse>VirtualNetworkAsyncClient. listDrgRouteTables(ListDrgRouteTablesRequest request, AsyncHandler<ListDrgRouteTablesRequest,ListDrgRouteTablesResponse> handler) -
Uses of ListDrgRouteTablesRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListDrgRouteTablesRequest Modifier and Type Method Description ListDrgRouteTablesRequestListDrgRouteTablesRequest.Builder. build()Build the instance of ListDrgRouteTablesRequest as configured by this builderListDrgRouteTablesRequestListDrgRouteTablesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDrgRouteTablesRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListDrgRouteTablesRequest Modifier and Type Method Description ListDrgRouteTablesRequest.BuilderListDrgRouteTablesRequest.Builder. copy(ListDrgRouteTablesRequest o)Copy method to populate the builder with values from the given instance.
-