Uses of Class
software.amazon.awssdk.services.sesv2.model.CloudWatchDimensionConfiguration
-
Packages that use CloudWatchDimensionConfiguration Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of CloudWatchDimensionConfiguration in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type CloudWatchDimensionConfiguration Modifier and Type Method Description List<CloudWatchDimensionConfiguration>CloudWatchDestination. dimensionConfigurations()An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type CloudWatchDimensionConfiguration Modifier and Type Method Description CloudWatchDestination.BuilderCloudWatchDestination.Builder. dimensionConfigurations(CloudWatchDimensionConfiguration... dimensionConfigurations)An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type CloudWatchDimensionConfiguration Modifier and Type Method Description CloudWatchDestination.BuilderCloudWatchDestination.Builder. dimensionConfigurations(Collection<CloudWatchDimensionConfiguration> dimensionConfigurations)An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.
-