Uses of Class
software.amazon.awssdk.services.sesv2.model.FeatureStatus
-
Packages that use FeatureStatus Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of FeatureStatus in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return FeatureStatus Modifier and Type Method Description FeatureStatusDashboardAttributes. engagementMetrics()Specifies the status of your VDM engagement metrics collection.FeatureStatusDashboardOptions. engagementMetrics()Specifies the status of your VDM engagement metrics collection.static FeatureStatusFeatureStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FeatureStatusGuardianAttributes. optimizedSharedDelivery()Specifies the status of your VDM optimized shared delivery.FeatureStatusGuardianOptions. optimizedSharedDelivery()Specifies the status of your VDM optimized shared delivery.static FeatureStatusFeatureStatus. valueOf(String name)Returns 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.FeatureStatusVdmAttributes. vdmEnabled()Specifies the status of your VDM configuration.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type FeatureStatus Modifier and Type Method Description static Set<FeatureStatus>FeatureStatus. knownValues()Methods in software.amazon.awssdk.services.sesv2.model with parameters of type FeatureStatus Modifier and Type Method Description DashboardAttributes.BuilderDashboardAttributes.Builder. engagementMetrics(FeatureStatus engagementMetrics)Specifies the status of your VDM engagement metrics collection.DashboardOptions.BuilderDashboardOptions.Builder. engagementMetrics(FeatureStatus engagementMetrics)Specifies the status of your VDM engagement metrics collection.GuardianAttributes.BuilderGuardianAttributes.Builder. optimizedSharedDelivery(FeatureStatus optimizedSharedDelivery)Specifies the status of your VDM optimized shared delivery.GuardianOptions.BuilderGuardianOptions.Builder. optimizedSharedDelivery(FeatureStatus optimizedSharedDelivery)Specifies the status of your VDM optimized shared delivery.VdmAttributes.BuilderVdmAttributes.Builder. vdmEnabled(FeatureStatus vdmEnabled)Specifies the status of your VDM configuration.
-