Uses of Class
com.oracle.bmc.logging.model.CreateLogDetails.LogType
-
Packages that use CreateLogDetails.LogType Package Description com.oracle.bmc.logging.model -
-
Uses of CreateLogDetails.LogType in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return CreateLogDetails.LogType Modifier and Type Method Description static CreateLogDetails.LogType
CreateLogDetails.LogType. create(String key)
CreateLogDetails.LogType
CreateLogDetails. getLogType()
The logType that the log object is for, whether custom or service.static CreateLogDetails.LogType
CreateLogDetails.LogType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateLogDetails.LogType[]
CreateLogDetails.LogType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.logging.model with parameters of type CreateLogDetails.LogType Modifier and Type Method Description CreateLogDetails.Builder
CreateLogDetails.Builder. logType(CreateLogDetails.LogType logType)
The logType that the log object is for, whether custom or service.Constructors in com.oracle.bmc.logging.model with parameters of type CreateLogDetails.LogType Constructor Description CreateLogDetails(String displayName, CreateLogDetails.LogType logType, Boolean isEnabled, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Configuration configuration, Integer retentionDuration)
Deprecated.
-