Uses of Class
software.amazon.awssdk.services.sesv2.model.ExportMetric
Packages that use ExportMetric
-
Uses of ExportMetric in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ExportMetricModifier and TypeMethodDescriptionfinal List<ExportMetric>MetricsDataSource.metrics()A list ofExportMetricobjects to export.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type ExportMetricModifier and TypeMethodDescriptionMetricsDataSource.Builder.metrics(ExportMetric... metrics) A list ofExportMetricobjects to export.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type ExportMetricModifier and TypeMethodDescriptionMetricsDataSource.Builder.metrics(Collection<ExportMetric> metrics) A list ofExportMetricobjects to export.