Uses of Interface
software.amazon.awssdk.services.sesv2.model.VdmAttributes.Builder
Packages that use VdmAttributes.Builder
-
Uses of VdmAttributes.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return VdmAttributes.BuilderModifier and TypeMethodDescriptionstatic VdmAttributes.BuilderVdmAttributes.builder()default VdmAttributes.BuilderVdmAttributes.Builder.dashboardAttributes(Consumer<DashboardAttributes.Builder> dashboardAttributes) Specifies additional settings for your VDM configuration as applicable to the Dashboard.VdmAttributes.Builder.dashboardAttributes(DashboardAttributes dashboardAttributes) Specifies additional settings for your VDM configuration as applicable to the Dashboard.default VdmAttributes.BuilderVdmAttributes.Builder.guardianAttributes(Consumer<GuardianAttributes.Builder> guardianAttributes) Specifies additional settings for your VDM configuration as applicable to the Guardian.VdmAttributes.Builder.guardianAttributes(GuardianAttributes guardianAttributes) Specifies additional settings for your VDM configuration as applicable to the Guardian.VdmAttributes.toBuilder()VdmAttributes.Builder.vdmEnabled(String vdmEnabled) Specifies the status of your VDM configuration.VdmAttributes.Builder.vdmEnabled(FeatureStatus vdmEnabled) Specifies the status of your VDM configuration.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type VdmAttributes.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VdmAttributes.Builder>VdmAttributes.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type VdmAttributes.BuilderModifier and TypeMethodDescriptiondefault GetAccountResponse.BuilderGetAccountResponse.Builder.vdmAttributes(Consumer<VdmAttributes.Builder> vdmAttributes) The VDM attributes that apply to your Amazon SES account.PutAccountVdmAttributesRequest.Builder.vdmAttributes(Consumer<VdmAttributes.Builder> vdmAttributes) The VDM attributes that you wish to apply to your Amazon SES account.