Uses of Enum
software.amazon.awssdk.services.sesv2.model.FeatureStatus
Packages that use FeatureStatus
-
Uses of FeatureStatus in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return FeatureStatusModifier and TypeMethodDescriptionfinal FeatureStatusSuppressionConditionThreshold.conditionThresholdEnabled()Indicates whether Auto Validation is enabled for suppression.final FeatureStatusDashboardAttributes.engagementMetrics()Specifies the status of your VDM engagement metrics collection.final FeatureStatusDashboardOptions.engagementMetrics()Specifies the status of your VDM engagement metrics collection.static FeatureStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final FeatureStatusGuardianAttributes.optimizedSharedDelivery()Specifies the status of your VDM optimized shared delivery.final FeatureStatusGuardianOptions.optimizedSharedDelivery()Specifies the status of your VDM optimized shared delivery.static FeatureStatusReturns the enum constant of this type with the specified name.static FeatureStatus[]FeatureStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.final FeatureStatusVdmAttributes.vdmEnabled()Specifies the status of your VDM configuration.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type FeatureStatusMethods in software.amazon.awssdk.services.sesv2.model with parameters of type FeatureStatusModifier and TypeMethodDescriptionSuppressionConditionThreshold.Builder.conditionThresholdEnabled(FeatureStatus conditionThresholdEnabled) Indicates whether Auto Validation is enabled for suppression.DashboardAttributes.Builder.engagementMetrics(FeatureStatus engagementMetrics) Specifies the status of your VDM engagement metrics collection.DashboardOptions.Builder.engagementMetrics(FeatureStatus engagementMetrics) Specifies the status of your VDM engagement metrics collection.GuardianAttributes.Builder.optimizedSharedDelivery(FeatureStatus optimizedSharedDelivery) Specifies the status of your VDM optimized shared delivery.GuardianOptions.Builder.optimizedSharedDelivery(FeatureStatus optimizedSharedDelivery) Specifies the status of your VDM optimized shared delivery.VdmAttributes.Builder.vdmEnabled(FeatureStatus vdmEnabled) Specifies the status of your VDM configuration.