Uses of Class
com.oracle.bmc.core.responses.ListDrgRouteTablesResponse
-
Packages that use ListDrgRouteTablesResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListDrgRouteTablesResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListDrgRouteTablesResponse Modifier and Type Method Description ListDrgRouteTablesResponse
VirtualNetwork. listDrgRouteTables(ListDrgRouteTablesRequest request)
Lists the DRG route tables for the specified DRG.ListDrgRouteTablesResponse
VirtualNetworkClient. listDrgRouteTables(ListDrgRouteTablesRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ListDrgRouteTablesResponse 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)
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 ListDrgRouteTablesResponse 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 ListDrgRouteTablesResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListDrgRouteTablesResponse Modifier and Type Method Description ListDrgRouteTablesResponse
ListDrgRouteTablesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListDrgRouteTablesResponse Modifier and Type Method Description ListDrgRouteTablesResponse.Builder
ListDrgRouteTablesResponse.Builder. copy(ListDrgRouteTablesResponse o)
Copy method to populate the builder with values from the given instance.
-