| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetMetricDataQuery |
BatchGetMetricDataQuery.addDimensionsEntry(String key,
String value)
Add a single Dimensions entry
|
BatchGetMetricDataQuery |
BatchGetMetricDataQuery.clearDimensionsEntries()
Removes all the entries added into Dimensions.
|
BatchGetMetricDataQuery |
BatchGetMetricDataQuery.clone() |
BatchGetMetricDataQuery |
BatchGetMetricDataQuery.withDimensions(Map<String,String> dimensions)
An object that contains mapping between
MetricDimensionName and MetricDimensionValue to
filter metrics by. |
BatchGetMetricDataQuery |
BatchGetMetricDataQuery.withEndDate(Date endDate)
Represents the end date for the query interval.
|
BatchGetMetricDataQuery |
BatchGetMetricDataQuery.withId(String id)
The query identifier.
|
BatchGetMetricDataQuery |
BatchGetMetricDataQuery.withMetric(Metric metric)
The queried metric.
|
BatchGetMetricDataQuery |
BatchGetMetricDataQuery.withMetric(String metric)
The queried metric.
|
BatchGetMetricDataQuery |
BatchGetMetricDataQuery.withNamespace(MetricNamespace namespace)
The query namespace - e.g.
|
BatchGetMetricDataQuery |
BatchGetMetricDataQuery.withNamespace(String namespace)
The query namespace - e.g.
|
BatchGetMetricDataQuery |
BatchGetMetricDataQuery.withStartDate(Date startDate)
Represents the start date for the query interval.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetMetricDataQuery> |
BatchGetMetricDataRequest.getQueries()
A list of queries for metrics to be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetMetricDataRequest |
BatchGetMetricDataRequest.withQueries(BatchGetMetricDataQuery... queries)
A list of queries for metrics to be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetMetricDataRequest.setQueries(Collection<BatchGetMetricDataQuery> queries)
A list of queries for metrics to be retrieved.
|
BatchGetMetricDataRequest |
BatchGetMetricDataRequest.withQueries(Collection<BatchGetMetricDataQuery> queries)
A list of queries for metrics to be retrieved.
|
Copyright © 2025. All rights reserved.