Uses of Class
com.oracle.bmc.waas.requests.ListWafLogsRequest.LogType
-
Packages that use ListWafLogsRequest.LogType Package Description com.oracle.bmc.waas.requests -
-
Uses of ListWafLogsRequest.LogType in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListWafLogsRequest.LogType Modifier and Type Method Description static ListWafLogsRequest.LogTypeListWafLogsRequest.LogType. create(String key)static ListWafLogsRequest.LogTypeListWafLogsRequest.LogType. valueOf(String name)Returns the enum constant of this type with the specified name.static ListWafLogsRequest.LogType[]ListWafLogsRequest.LogType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waas.requests that return types with arguments of type ListWafLogsRequest.LogType Modifier and Type Method Description List<ListWafLogsRequest.LogType>ListWafLogsRequest. getLogType()Filter by log type.Methods in com.oracle.bmc.waas.requests with parameters of type ListWafLogsRequest.LogType Modifier and Type Method Description ListWafLogsRequest.BuilderListWafLogsRequest.Builder. logType(ListWafLogsRequest.LogType singularValue)Singular setter.Method parameters in com.oracle.bmc.waas.requests with type arguments of type ListWafLogsRequest.LogType Modifier and Type Method Description ListWafLogsRequest.BuilderListWafLogsRequest.Builder. logType(List<ListWafLogsRequest.LogType> logType)Filter by log type.
-