Uses of Interface
software.amazon.awssdk.services.sesv2.model.SuppressedDestinationAttributes.Builder
-
Packages that use SuppressedDestinationAttributes.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of SuppressedDestinationAttributes.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SuppressedDestinationAttributes.Builder Modifier and Type Method Description static SuppressedDestinationAttributes.BuilderSuppressedDestinationAttributes. builder()SuppressedDestinationAttributes.BuilderSuppressedDestinationAttributes.Builder. feedbackId(String feedbackId)A unique identifier that's generated when an email address is added to the suppression list for your account.SuppressedDestinationAttributes.BuilderSuppressedDestinationAttributes.Builder. messageId(String messageId)The unique identifier of the email message that caused the email address to be added to the suppression list for your account.SuppressedDestinationAttributes.BuilderSuppressedDestinationAttributes. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type SuppressedDestinationAttributes.Builder Modifier and Type Method Description static Class<? extends SuppressedDestinationAttributes.Builder>SuppressedDestinationAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type SuppressedDestinationAttributes.Builder Modifier and Type Method Description default 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.
-