Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.EvaluationFrequency
-
Packages that use EvaluationFrequency Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of EvaluationFrequency in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return EvaluationFrequency Modifier and Type Method Description EvaluationFrequencyAnomalyDetector. evaluationFrequency()Specifies how often the anomaly detector runs and look for anomalies.EvaluationFrequencyCreateLogAnomalyDetectorRequest. evaluationFrequency()Specifies how often the anomaly detector is to run and look for anomalies.EvaluationFrequencyGetLogAnomalyDetectorResponse. evaluationFrequency()Specifies how often the anomaly detector runs and look for anomalies.EvaluationFrequencyUpdateLogAnomalyDetectorRequest. evaluationFrequency()Specifies how often the anomaly detector runs and look for anomalies.static EvaluationFrequencyEvaluationFrequency. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EvaluationFrequencyEvaluationFrequency. valueOf(String name)Returns the enum constant of this type with the specified name.static EvaluationFrequency[]EvaluationFrequency. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type EvaluationFrequency Modifier and Type Method Description static Set<EvaluationFrequency>EvaluationFrequency. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type EvaluationFrequency Modifier and Type Method Description AnomalyDetector.BuilderAnomalyDetector.Builder. evaluationFrequency(EvaluationFrequency evaluationFrequency)Specifies how often the anomaly detector runs and look for anomalies.CreateLogAnomalyDetectorRequest.BuilderCreateLogAnomalyDetectorRequest.Builder. evaluationFrequency(EvaluationFrequency evaluationFrequency)Specifies how often the anomaly detector is to run and look for anomalies.GetLogAnomalyDetectorResponse.BuilderGetLogAnomalyDetectorResponse.Builder. evaluationFrequency(EvaluationFrequency evaluationFrequency)Specifies how often the anomaly detector runs and look for anomalies.UpdateLogAnomalyDetectorRequest.BuilderUpdateLogAnomalyDetectorRequest.Builder. evaluationFrequency(EvaluationFrequency evaluationFrequency)Specifies how often the anomaly detector runs and look for anomalies.
-