Uses of Class
com.oracle.bmc.logging.requests.ListLogsRequest.LogType
-
Packages that use ListLogsRequest.LogType Package Description com.oracle.bmc.logging.requests -
-
Uses of ListLogsRequest.LogType in com.oracle.bmc.logging.requests
Methods in com.oracle.bmc.logging.requests that return ListLogsRequest.LogType Modifier and Type Method Description static ListLogsRequest.LogType
ListLogsRequest.LogType. create(String key)
ListLogsRequest.LogType
ListLogsRequest. getLogType()
The logType that the log object is for, whether custom or service.static ListLogsRequest.LogType
ListLogsRequest.LogType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListLogsRequest.LogType[]
ListLogsRequest.LogType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.logging.requests with parameters of type ListLogsRequest.LogType Modifier and Type Method Description ListLogsRequest.Builder
ListLogsRequest.Builder. logType(ListLogsRequest.LogType logType)
The logType that the log object is for, whether custom or service.
-