Uses of Class
software.amazon.awssdk.services.sesv2.model.MetricDataResult
Packages that use MetricDataResult
-
Uses of MetricDataResult in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type MetricDataResultModifier and TypeMethodDescriptionfinal List<MetricDataResult>BatchGetMetricDataResponse.results()A list of successfully retrievedMetricDataResult.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type MetricDataResultModifier and TypeMethodDescriptionBatchGetMetricDataResponse.Builder.results(MetricDataResult... results) A list of successfully retrievedMetricDataResult.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type MetricDataResultModifier and TypeMethodDescriptionBatchGetMetricDataResponse.Builder.results(Collection<MetricDataResult> results) A list of successfully retrievedMetricDataResult.