| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
static Frequency |
Frequency.fromValue(String value)
Use this in place of valueOf.
|
static Frequency |
Frequency.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.
|
| Modifier and Type | Method and Description |
|---|---|
AnomalyDetectorConfig |
AnomalyDetectorConfig.withAnomalyDetectorFrequency(Frequency anomalyDetectorFrequency)
The frequency at which the detector analyzes its source data.
|
AnomalyDetectorConfigSummary |
AnomalyDetectorConfigSummary.withAnomalyDetectorFrequency(Frequency anomalyDetectorFrequency)
The interval at which the detector analyzes its source data.
|
UpdateMetricSetRequest |
UpdateMetricSetRequest.withMetricSetFrequency(Frequency metricSetFrequency)
The dataset's interval.
|
DescribeMetricSetResult |
DescribeMetricSetResult.withMetricSetFrequency(Frequency metricSetFrequency)
The interval at which the data will be analyzed for anomalies.
|
CreateMetricSetRequest |
CreateMetricSetRequest.withMetricSetFrequency(Frequency metricSetFrequency)
The frequency with which the source data will be analyzed for anomalies.
|
Copyright © 2023. All rights reserved.