| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
MetricDataError |
MetricDataError.clone() |
MetricDataError |
MetricDataError.withCode(QueryErrorCode code)
The query error code.
|
MetricDataError |
MetricDataError.withCode(String code)
The query error code.
|
MetricDataError |
MetricDataError.withId(String id)
The query identifier.
|
MetricDataError |
MetricDataError.withMessage(String message)
The error message associated with the current query error.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricDataError> |
BatchGetMetricDataResult.getErrors()
A list of
MetricDataError encountered while processing your metric data batch request. |
| Modifier and Type | Method and Description |
|---|---|
BatchGetMetricDataResult |
BatchGetMetricDataResult.withErrors(MetricDataError... errors)
A list of
MetricDataError encountered while processing your metric data batch request. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetMetricDataResult.setErrors(Collection<MetricDataError> errors)
A list of
MetricDataError encountered while processing your metric data batch request. |
BatchGetMetricDataResult |
BatchGetMetricDataResult.withErrors(Collection<MetricDataError> errors)
A list of
MetricDataError encountered while processing your metric data batch request. |
Copyright © 2023. All rights reserved.