| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
MetricSetSummary |
MetricSetSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
MetricSetSummary |
MetricSetSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
MetricSetSummary |
MetricSetSummary.clone() |
MetricSetSummary |
MetricSetSummary.withAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector to which the dataset belongs.
|
MetricSetSummary |
MetricSetSummary.withCreationTime(Date creationTime)
The time at which the dataset was created.
|
MetricSetSummary |
MetricSetSummary.withLastModificationTime(Date lastModificationTime)
The time at which the dataset was last modified.
|
MetricSetSummary |
MetricSetSummary.withMetricSetArn(String metricSetArn)
The ARN of the dataset.
|
MetricSetSummary |
MetricSetSummary.withMetricSetDescription(String metricSetDescription)
The description of the dataset.
|
MetricSetSummary |
MetricSetSummary.withMetricSetName(String metricSetName)
The name of the dataset.
|
MetricSetSummary |
MetricSetSummary.withTags(Map<String,String> tags)
The dataset's tags.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricSetSummary> |
ListMetricSetsResult.getMetricSetSummaryList()
A list of the datasets in the AWS Region, with configuration details for each.
|
| Modifier and Type | Method and Description |
|---|---|
ListMetricSetsResult |
ListMetricSetsResult.withMetricSetSummaryList(MetricSetSummary... metricSetSummaryList)
A list of the datasets in the AWS Region, with configuration details for each.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMetricSetsResult.setMetricSetSummaryList(Collection<MetricSetSummary> metricSetSummaryList)
A list of the datasets in the AWS Region, with configuration details for each.
|
ListMetricSetsResult |
ListMetricSetsResult.withMetricSetSummaryList(Collection<MetricSetSummary> metricSetSummaryList)
A list of the datasets in the AWS Region, with configuration details for each.
|
Copyright © 2025. All rights reserved.