| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
ExportMetric |
ExportMetric.clone() |
ExportMetric |
ExportMetric.withAggregation(MetricAggregation aggregation) |
ExportMetric |
ExportMetric.withAggregation(String aggregation) |
ExportMetric |
ExportMetric.withName(Metric name) |
ExportMetric |
ExportMetric.withName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<ExportMetric> |
MetricsDataSource.getMetrics()
A list of
ExportMetric objects to export. |
| Modifier and Type | Method and Description |
|---|---|
MetricsDataSource |
MetricsDataSource.withMetrics(ExportMetric... metrics)
A list of
ExportMetric objects to export. |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricsDataSource.setMetrics(Collection<ExportMetric> metrics)
A list of
ExportMetric objects to export. |
MetricsDataSource |
MetricsDataSource.withMetrics(Collection<ExportMetric> metrics)
A list of
ExportMetric objects to export. |
Copyright © 2024. All rights reserved.