| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
MetricDataResult |
MetricDataResult.clone() |
MetricDataResult |
MetricDataResult.withId(String id)
The query identifier.
|
MetricDataResult |
MetricDataResult.withTimestamps(Collection<Date> timestamps)
A list of timestamps for the metric data results.
|
MetricDataResult |
MetricDataResult.withTimestamps(Date... timestamps)
A list of timestamps for the metric data results.
|
MetricDataResult |
MetricDataResult.withValues(Collection<Long> values)
A list of values (cumulative / sum) for the metric data results.
|
MetricDataResult |
MetricDataResult.withValues(Long... values)
A list of values (cumulative / sum) for the metric data results.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricDataResult> |
BatchGetMetricDataResult.getResults()
A list of successfully retrieved
MetricDataResult. |
| Modifier and Type | Method and Description |
|---|---|
BatchGetMetricDataResult |
BatchGetMetricDataResult.withResults(MetricDataResult... results)
A list of successfully retrieved
MetricDataResult. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetMetricDataResult.setResults(Collection<MetricDataResult> results)
A list of successfully retrieved
MetricDataResult. |
BatchGetMetricDataResult |
BatchGetMetricDataResult.withResults(Collection<MetricDataResult> results)
A list of successfully retrieved
MetricDataResult. |
Copyright © 2025. All rights reserved.