Uses of Class
com.oracle.bmc.cloudguard.model.LoggingQueryOperatorType
-
Packages that use LoggingQueryOperatorType Package Description com.oracle.bmc.cloudguard.model -
-
Uses of LoggingQueryOperatorType in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return LoggingQueryOperatorType Modifier and Type Method Description static LoggingQueryOperatorType
LoggingQueryOperatorType. create(String key)
LoggingQueryOperatorType
LoggingQueryDataSourceDetails. getOperator()
Operator used in data sourcestatic LoggingQueryOperatorType
LoggingQueryOperatorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoggingQueryOperatorType[]
LoggingQueryOperatorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudguard.model with parameters of type LoggingQueryOperatorType Modifier and Type Method Description LoggingQueryDataSourceDetails.Builder
LoggingQueryDataSourceDetails.Builder. operator(LoggingQueryOperatorType operator)
Operator used in data sourceConstructors in com.oracle.bmc.cloudguard.model with parameters of type LoggingQueryOperatorType Constructor Description LoggingQueryDataSourceDetails(List<String> regions, String query, Integer intervalInMinutes, Integer threshold, ContinuousQueryStartPolicy queryStartTime, LoggingQueryOperatorType operator, LoggingQueryType loggingQueryType, Integer additionalEntitiesCount, LoggingQueryDetails loggingQueryDetails)
Deprecated.
-