Uses of Interface
software.amazon.awssdk.services.sesv2.model.DashboardAttributes.Builder
-
Packages that use DashboardAttributes.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of DashboardAttributes.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DashboardAttributes.Builder Modifier and Type Method Description static DashboardAttributes.BuilderDashboardAttributes. builder()DashboardAttributes.BuilderDashboardAttributes.Builder. engagementMetrics(String engagementMetrics)Specifies the status of your VDM engagement metrics collection.DashboardAttributes.BuilderDashboardAttributes.Builder. engagementMetrics(FeatureStatus engagementMetrics)Specifies the status of your VDM engagement metrics collection.DashboardAttributes.BuilderDashboardAttributes. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type DashboardAttributes.Builder Modifier and Type Method Description static Class<? extends DashboardAttributes.Builder>DashboardAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type DashboardAttributes.Builder Modifier and Type Method Description default VdmAttributes.BuilderVdmAttributes.Builder. dashboardAttributes(Consumer<DashboardAttributes.Builder> dashboardAttributes)Specifies additional settings for your VDM configuration as applicable to the Dashboard.
-