Uses of Class
com.oracle.bmc.core.responses.ListDrgRouteRulesResponse
-
Packages that use ListDrgRouteRulesResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListDrgRouteRulesResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListDrgRouteRulesResponse Modifier and Type Method Description ListDrgRouteRulesResponseVirtualNetwork. listDrgRouteRules(ListDrgRouteRulesRequest request)Lists the route rules in the specified DRG route table.ListDrgRouteRulesResponseVirtualNetworkClient. listDrgRouteRules(ListDrgRouteRulesRequest request)Methods in com.oracle.bmc.core that return types with arguments of type ListDrgRouteRulesResponse Modifier and Type Method Description Future<ListDrgRouteRulesResponse>VirtualNetworkAsync. listDrgRouteRules(ListDrgRouteRulesRequest request, AsyncHandler<ListDrgRouteRulesRequest,ListDrgRouteRulesResponse> handler)Lists the route rules in the specified DRG route table.Future<ListDrgRouteRulesResponse>VirtualNetworkAsyncClient. listDrgRouteRules(ListDrgRouteRulesRequest request, AsyncHandler<ListDrgRouteRulesRequest,ListDrgRouteRulesResponse> handler)Iterable<ListDrgRouteRulesResponse>VirtualNetworkPaginators. listDrgRouteRulesResponseIterator(ListDrgRouteRulesRequest request)Creates a new iterable which will iterate over the responses received from the listDrgRouteRules operation.Method parameters in com.oracle.bmc.core with type arguments of type ListDrgRouteRulesResponse Modifier and Type Method Description Future<ListDrgRouteRulesResponse>VirtualNetworkAsync. listDrgRouteRules(ListDrgRouteRulesRequest request, AsyncHandler<ListDrgRouteRulesRequest,ListDrgRouteRulesResponse> handler)Lists the route rules in the specified DRG route table.Future<ListDrgRouteRulesResponse>VirtualNetworkAsyncClient. listDrgRouteRules(ListDrgRouteRulesRequest request, AsyncHandler<ListDrgRouteRulesRequest,ListDrgRouteRulesResponse> handler) -
Uses of ListDrgRouteRulesResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListDrgRouteRulesResponse Modifier and Type Method Description ListDrgRouteRulesResponseListDrgRouteRulesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListDrgRouteRulesResponse Modifier and Type Method Description ListDrgRouteRulesResponse.BuilderListDrgRouteRulesResponse.Builder. copy(ListDrgRouteRulesResponse o)Copy method to populate the builder with values from the given instance.
-