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