Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.Frequency
-
Packages that use Frequency Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of Frequency in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return Frequency Modifier and Type Method Description FrequencyAnomalyDetectorConfig. anomalyDetectorFrequency()The frequency at which the detector analyzes its source data.FrequencyAnomalyDetectorConfigSummary. anomalyDetectorFrequency()The interval at which the detector analyzes its source data.static FrequencyFrequency. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FrequencyCreateMetricSetRequest. metricSetFrequency()The frequency with which the source data will be analyzed for anomalies.FrequencyDescribeMetricSetResponse. metricSetFrequency()The interval at which the data will be analyzed for anomalies.FrequencyUpdateMetricSetRequest. metricSetFrequency()The dataset's interval.static FrequencyFrequency. valueOf(String name)Returns the enum constant of this type with the specified name.static Frequency[]Frequency. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type Frequency Modifier and Type Method Description static Set<Frequency>Frequency. knownValues()Methods in software.amazon.awssdk.services.lookoutmetrics.model with parameters of type Frequency Modifier and Type Method Description AnomalyDetectorConfig.BuilderAnomalyDetectorConfig.Builder. anomalyDetectorFrequency(Frequency anomalyDetectorFrequency)The frequency at which the detector analyzes its source data.AnomalyDetectorConfigSummary.BuilderAnomalyDetectorConfigSummary.Builder. anomalyDetectorFrequency(Frequency anomalyDetectorFrequency)The interval at which the detector analyzes its source data.CreateMetricSetRequest.BuilderCreateMetricSetRequest.Builder. metricSetFrequency(Frequency metricSetFrequency)The frequency with which the source data will be analyzed for anomalies.DescribeMetricSetResponse.BuilderDescribeMetricSetResponse.Builder. metricSetFrequency(Frequency metricSetFrequency)The interval at which the data will be analyzed for anomalies.UpdateMetricSetRequest.BuilderUpdateMetricSetRequest.Builder. metricSetFrequency(Frequency metricSetFrequency)The dataset's interval.
-