Uses of Class
software.amazon.awssdk.services.sesv2.model.ExportMetric
-
Packages that use ExportMetric Package Description software.amazon.awssdk.services.sesv2.model -
-
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 ExportMetric Modifier and Type Method Description List<ExportMetric>MetricsDataSource. metrics()A list ofExportMetricobjects to export.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type ExportMetric Modifier and Type Method Description MetricsDataSource.BuilderMetricsDataSource.Builder. metrics(ExportMetric... metrics)A list ofExportMetricobjects to export.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type ExportMetric Modifier and Type Method Description MetricsDataSource.BuilderMetricsDataSource.Builder. metrics(Collection<ExportMetric> metrics)A list ofExportMetricobjects to export.
-