Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.EvaluationFrequency
Packages that use EvaluationFrequency
-
Uses of EvaluationFrequency in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return EvaluationFrequencyModifier and TypeMethodDescriptionfinal EvaluationFrequencyAnomalyDetector.evaluationFrequency()Specifies how often the anomaly detector runs and look for anomalies.final EvaluationFrequencyCreateLogAnomalyDetectorRequest.evaluationFrequency()Specifies how often the anomaly detector is to run and look for anomalies.final EvaluationFrequencyGetLogAnomalyDetectorResponse.evaluationFrequency()Specifies how often the anomaly detector runs and look for anomalies.final EvaluationFrequencyUpdateLogAnomalyDetectorRequest.evaluationFrequency()Specifies how often the anomaly detector runs and look for anomalies.static EvaluationFrequencyUse this in place of valueOf to convert the raw string returned by the service into the enum value.static EvaluationFrequencyReturns 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 EvaluationFrequencyModifier and TypeMethodDescriptionstatic Set<EvaluationFrequency>EvaluationFrequency.knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type EvaluationFrequencyModifier and TypeMethodDescriptionAnomalyDetector.Builder.evaluationFrequency(EvaluationFrequency evaluationFrequency) Specifies how often the anomaly detector runs and look for anomalies.CreateLogAnomalyDetectorRequest.Builder.evaluationFrequency(EvaluationFrequency evaluationFrequency) Specifies how often the anomaly detector is to run and look for anomalies.GetLogAnomalyDetectorResponse.Builder.evaluationFrequency(EvaluationFrequency evaluationFrequency) Specifies how often the anomaly detector runs and look for anomalies.UpdateLogAnomalyDetectorRequest.Builder.evaluationFrequency(EvaluationFrequency evaluationFrequency) Specifies how often the anomaly detector runs and look for anomalies.