Uses of Class
com.oracle.bmc.apigateway.model.ExecutionLogPolicy.LogLevel
-
Packages that use ExecutionLogPolicy.LogLevel Package Description com.oracle.bmc.apigateway.model -
-
Uses of ExecutionLogPolicy.LogLevel in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return ExecutionLogPolicy.LogLevel Modifier and Type Method Description static ExecutionLogPolicy.LogLevel
ExecutionLogPolicy.LogLevel. create(String key)
ExecutionLogPolicy.LogLevel
ExecutionLogPolicy. getLogLevel()
Specifies the log level used to control logging output of execution logs.static ExecutionLogPolicy.LogLevel
ExecutionLogPolicy.LogLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExecutionLogPolicy.LogLevel[]
ExecutionLogPolicy.LogLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apigateway.model with parameters of type ExecutionLogPolicy.LogLevel Modifier and Type Method Description ExecutionLogPolicy.Builder
ExecutionLogPolicy.Builder. logLevel(ExecutionLogPolicy.LogLevel logLevel)
Specifies the log level used to control logging output of execution logs.Constructors in com.oracle.bmc.apigateway.model with parameters of type ExecutionLogPolicy.LogLevel Constructor Description ExecutionLogPolicy(Boolean isEnabled, ExecutionLogPolicy.LogLevel logLevel)
Deprecated.
-