Uses of Interface
software.amazon.awssdk.services.sesv2.model.ExportMetric.Builder
-
Packages that use ExportMetric.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of ExportMetric.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ExportMetric.Builder Modifier and Type Method Description ExportMetric.BuilderExportMetric.Builder. aggregation(String aggregation)Sets the value of the Aggregation property for this object.ExportMetric.BuilderExportMetric.Builder. aggregation(MetricAggregation aggregation)Sets the value of the Aggregation property for this object.static ExportMetric.BuilderExportMetric. builder()ExportMetric.BuilderExportMetric.Builder. name(String name)Sets the value of the Name property for this object.ExportMetric.BuilderExportMetric.Builder. name(Metric name)Sets the value of the Name property for this object.ExportMetric.BuilderExportMetric. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ExportMetric.Builder Modifier and Type Method Description static Class<? extends ExportMetric.Builder>ExportMetric. serializableBuilderClass()
-