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 ListDrgRouteTablesResponseVirtualNetwork. listDrgRouteTables(ListDrgRouteTablesRequest request)Lists the DRG route tables for the specified DRG.ListDrgRouteTablesResponseVirtualNetworkClient. 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 ListDrgRouteTablesResponseListDrgRouteTablesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListDrgRouteTablesResponse Modifier and Type Method Description ListDrgRouteTablesResponse.BuilderListDrgRouteTablesResponse.Builder. copy(ListDrgRouteTablesResponse o)Copy method to populate the builder with values from the given instance. 
 -