Uses of Enum
software.amazon.awssdk.services.ses.model.DimensionValueSource
Packages that use DimensionValueSource
-
Uses of DimensionValueSource in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return DimensionValueSourceModifier and TypeMethodDescriptionfinal DimensionValueSourceCloudWatchDimensionConfiguration.dimensionValueSource()The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch.static DimensionValueSourceUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DimensionValueSourceReturns the enum constant of this type with the specified name.static DimensionValueSource[]DimensionValueSource.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type DimensionValueSourceModifier and TypeMethodDescriptionstatic Set<DimensionValueSource>DimensionValueSource.knownValues()Methods in software.amazon.awssdk.services.ses.model with parameters of type DimensionValueSourceModifier and TypeMethodDescriptionCloudWatchDimensionConfiguration.Builder.dimensionValueSource(DimensionValueSource dimensionValueSource) The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch.