Uses of Class
software.amazon.awssdk.services.sesv2.model.MetricDataError
-
Packages that use MetricDataError Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of MetricDataError in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type MetricDataError Modifier and Type Method Description List<MetricDataError>BatchGetMetricDataResponse. errors()A list ofMetricDataErrorencountered while processing your metric data batch request.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type MetricDataError Modifier and Type Method Description BatchGetMetricDataResponse.BuilderBatchGetMetricDataResponse.Builder. errors(MetricDataError... errors)A list ofMetricDataErrorencountered while processing your metric data batch request.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type MetricDataError Modifier and Type Method Description BatchGetMetricDataResponse.BuilderBatchGetMetricDataResponse.Builder. errors(Collection<MetricDataError> errors)A list ofMetricDataErrorencountered while processing your metric data batch request.
-