Uses of Class
com.oracle.bmc.apigateway.model.DynamicRoutingTypeRoutingBackend
-
Packages that use DynamicRoutingTypeRoutingBackend Package Description com.oracle.bmc.apigateway.model -
-
Uses of DynamicRoutingTypeRoutingBackend in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return DynamicRoutingTypeRoutingBackend Modifier and Type Method Description DynamicRoutingTypeRoutingBackendDynamicRoutingTypeRoutingBackend.Builder. build()Methods in com.oracle.bmc.apigateway.model that return types with arguments of type DynamicRoutingTypeRoutingBackend Modifier and Type Method Description List<DynamicRoutingTypeRoutingBackend>DynamicRoutingBackend. getRoutingBackends()List of backends to chose from for Dynamic Routing.Methods in com.oracle.bmc.apigateway.model with parameters of type DynamicRoutingTypeRoutingBackend Modifier and Type Method Description DynamicRoutingTypeRoutingBackend.BuilderDynamicRoutingTypeRoutingBackend.Builder. copy(DynamicRoutingTypeRoutingBackend model)Method parameters in com.oracle.bmc.apigateway.model with type arguments of type DynamicRoutingTypeRoutingBackend Modifier and Type Method Description DynamicRoutingBackend.BuilderDynamicRoutingBackend.Builder. routingBackends(List<DynamicRoutingTypeRoutingBackend> routingBackends)List of backends to chose from for Dynamic Routing.Constructor parameters in com.oracle.bmc.apigateway.model with type arguments of type DynamicRoutingTypeRoutingBackend Constructor Description DynamicRoutingBackend(SelectionSourcePolicy selectionSource, List<DynamicRoutingTypeRoutingBackend> routingBackends)Deprecated.
-