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