Uses of Class
software.amazon.awssdk.services.sesv2.model.CloudWatchDimensionConfiguration
Packages that use CloudWatchDimensionConfiguration
-
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 CloudWatchDimensionConfigurationModifier and TypeMethodDescriptionCloudWatchDestination.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 CloudWatchDimensionConfigurationModifier and TypeMethodDescriptionCloudWatchDestination.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 CloudWatchDimensionConfigurationModifier and TypeMethodDescriptionCloudWatchDestination.Builder.dimensionConfigurations(Collection<CloudWatchDimensionConfiguration> dimensionConfigurations) An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.