| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
MetricsDataSource |
MetricsDataSource.addDimensionsEntry(String key,
List<String> value)
Add a single Dimensions entry
|
MetricsDataSource |
MetricsDataSource.clearDimensionsEntries()
Removes all the entries added into Dimensions.
|
MetricsDataSource |
MetricsDataSource.clone() |
MetricsDataSource |
ExportDataSource.getMetricsDataSource() |
MetricsDataSource |
MetricsDataSource.withDimensions(Map<String,List<String>> dimensions)
An object that contains a mapping between a
MetricDimensionName and
MetricDimensionValue to filter metrics by. |
MetricsDataSource |
MetricsDataSource.withEndDate(Date endDate)
Represents the end date for the export interval as a timestamp.
|
MetricsDataSource |
MetricsDataSource.withMetrics(Collection<ExportMetric> metrics)
A list of
ExportMetric objects to export. |
MetricsDataSource |
MetricsDataSource.withMetrics(ExportMetric... metrics)
A list of
ExportMetric objects to export. |
MetricsDataSource |
MetricsDataSource.withNamespace(MetricNamespace namespace)
The metrics namespace - e.g.,
VDM. |
MetricsDataSource |
MetricsDataSource.withNamespace(String namespace)
The metrics namespace - e.g.,
VDM. |
MetricsDataSource |
MetricsDataSource.withStartDate(Date startDate)
Represents the start date for the export interval as a timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExportDataSource.setMetricsDataSource(MetricsDataSource metricsDataSource) |
ExportDataSource |
ExportDataSource.withMetricsDataSource(MetricsDataSource metricsDataSource) |
Copyright © 2025. All rights reserved.