Uses of Class
com.oracle.bmc.cloudguard.model.LoggingQueryType
-
Packages that use LoggingQueryType Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.requests -
-
Uses of LoggingQueryType in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return LoggingQueryType Modifier and Type Method Description static LoggingQueryTypeLoggingQueryType. create(String key)LoggingQueryTypeLoggingQueryDataSourceDetails. getLoggingQueryType()Type of logging query for data source (Sighting/Insight)static LoggingQueryTypeLoggingQueryType. valueOf(String name)Returns the enum constant of this type with the specified name.static LoggingQueryType[]LoggingQueryType. 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 LoggingQueryType Modifier and Type Method Description LoggingQueryDataSourceDetails.BuilderLoggingQueryDataSourceDetails.Builder. loggingQueryType(LoggingQueryType loggingQueryType)Type of logging query for data source (Sighting/Insight)Constructors in com.oracle.bmc.cloudguard.model with parameters of type LoggingQueryType Constructor Description LoggingQueryDataSourceDetails(List<String> regions, String query, Integer intervalInMinutes, Integer threshold, ContinuousQueryStartPolicy queryStartTime, LoggingQueryOperatorType operator, LoggingQueryType loggingQueryType, Integer additionalEntitiesCount, LoggingQueryDetails loggingQueryDetails)Deprecated. -
Uses of LoggingQueryType in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return LoggingQueryType Modifier and Type Method Description LoggingQueryTypeListDataSourcesRequest. getLoggingQueryType()A filter to return only resources where their query type matches the given LoggingQueryType.Methods in com.oracle.bmc.cloudguard.requests with parameters of type LoggingQueryType Modifier and Type Method Description ListDataSourcesRequest.BuilderListDataSourcesRequest.Builder. loggingQueryType(LoggingQueryType loggingQueryType)A filter to return only resources where their query type matches the given LoggingQueryType.
-