Uses of Class
software.amazon.awssdk.services.sesv2.model.MetricDataError
Packages that use MetricDataError
-
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 MetricDataErrorModifier and TypeMethodDescriptionfinal 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 MetricDataErrorModifier and TypeMethodDescriptionBatchGetMetricDataResponse.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 MetricDataErrorModifier and TypeMethodDescriptionBatchGetMetricDataResponse.Builder.errors(Collection<MetricDataError> errors) A list ofMetricDataErrorencountered while processing your metric data batch request.