Uses of Class
com.oracle.bmc.jms.model.GlobalLoggingLevel
-
Packages that use GlobalLoggingLevel Package Description com.oracle.bmc.jms.model -
-
Uses of GlobalLoggingLevel in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return GlobalLoggingLevel Modifier and Type Method Description static GlobalLoggingLevel
GlobalLoggingLevel. create(String key)
GlobalLoggingLevel
PostInstallationActionSettings. getGlobalLoggingLevel()
Sets the logging level in logging.properties file.static GlobalLoggingLevel
GlobalLoggingLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static GlobalLoggingLevel[]
GlobalLoggingLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.jms.model with parameters of type GlobalLoggingLevel Modifier and Type Method Description PostInstallationActionSettings.Builder
PostInstallationActionSettings.Builder. globalLoggingLevel(GlobalLoggingLevel globalLoggingLevel)
Sets the logging level in logging.properties file.Constructors in com.oracle.bmc.jms.model with parameters of type GlobalLoggingLevel Constructor Description PostInstallationActionSettings(List<TlsVersions> disabledTlsVersions, Boolean shouldReplaceCertificatesOperatingSystem, MinimumKeySizeSettings minimumKeySizeSettings, Boolean addLoggingHandler, GlobalLoggingLevel globalLoggingLevel, Proxies proxies)
Deprecated.
-