Uses of Class
com.oracle.bmc.circuitbreaker.CircuitBreakerState
-
Packages that use CircuitBreakerState Package Description com.oracle.bmc.circuitbreaker -
-
Uses of CircuitBreakerState in com.oracle.bmc.circuitbreaker
Methods in com.oracle.bmc.circuitbreaker that return CircuitBreakerState Modifier and Type Method Description static CircuitBreakerState
CircuitBreakerState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CircuitBreakerState[]
CircuitBreakerState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-