Uses of Interface
software.amazon.awssdk.services.sesv2.model.SuppressedDestinationAttributes.Builder
Packages that use SuppressedDestinationAttributes.Builder
-
Uses of SuppressedDestinationAttributes.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SuppressedDestinationAttributes.BuilderModifier and TypeMethodDescriptionSuppressedDestinationAttributes.builder()SuppressedDestinationAttributes.Builder.feedbackId(String feedbackId) A unique identifier that's generated when an email address is added to the suppression list for your account or for a specific tenant.The unique identifier of the email message that caused the email address to be added to the suppression list for your account or for a specific tenant.SuppressedDestinationAttributes.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type SuppressedDestinationAttributes.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SuppressedDestinationAttributes.Builder>SuppressedDestinationAttributes.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type SuppressedDestinationAttributes.BuilderModifier and TypeMethodDescriptiondefault SuppressedDestination.BuilderSuppressedDestination.Builder.attributes(Consumer<SuppressedDestinationAttributes.Builder> attributes) An optional value that can contain additional information about the reasons that the address was added to the suppression list for your account or for a specific tenant.