| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
AnomalyDetectorSummary |
AnomalyDetectorSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
AnomalyDetectorSummary |
AnomalyDetectorSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
AnomalyDetectorSummary |
AnomalyDetectorSummary.clone() |
AnomalyDetectorSummary |
AnomalyDetectorSummary.withAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector.
|
AnomalyDetectorSummary |
AnomalyDetectorSummary.withAnomalyDetectorDescription(String anomalyDetectorDescription)
A description of the detector.
|
AnomalyDetectorSummary |
AnomalyDetectorSummary.withAnomalyDetectorName(String anomalyDetectorName)
The name of the detector.
|
AnomalyDetectorSummary |
AnomalyDetectorSummary.withCreationTime(Date creationTime)
The time at which the detector was created.
|
AnomalyDetectorSummary |
AnomalyDetectorSummary.withLastModificationTime(Date lastModificationTime)
The time at which the detector was last modified.
|
AnomalyDetectorSummary |
AnomalyDetectorSummary.withStatus(AnomalyDetectorStatus status)
The status of detector.
|
AnomalyDetectorSummary |
AnomalyDetectorSummary.withStatus(String status)
The status of detector.
|
AnomalyDetectorSummary |
AnomalyDetectorSummary.withTags(Map<String,String> tags)
The detector's tags.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnomalyDetectorSummary> |
ListAnomalyDetectorsResult.getAnomalyDetectorSummaryList()
A list of anomaly detectors in the account in the current region.
|
| Modifier and Type | Method and Description |
|---|---|
ListAnomalyDetectorsResult |
ListAnomalyDetectorsResult.withAnomalyDetectorSummaryList(AnomalyDetectorSummary... anomalyDetectorSummaryList)
A list of anomaly detectors in the account in the current region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAnomalyDetectorsResult.setAnomalyDetectorSummaryList(Collection<AnomalyDetectorSummary> anomalyDetectorSummaryList)
A list of anomaly detectors in the account in the current region.
|
ListAnomalyDetectorsResult |
ListAnomalyDetectorsResult.withAnomalyDetectorSummaryList(Collection<AnomalyDetectorSummary> anomalyDetectorSummaryList)
A list of anomaly detectors in the account in the current region.
|
Copyright © 2023. All rights reserved.