Uses of Interface
software.amazon.awssdk.services.sesv2.model.SuppressedDestinationSummary.Builder
Packages that use SuppressedDestinationSummary.Builder
-
Uses of SuppressedDestinationSummary.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SuppressedDestinationSummary.BuilderModifier and TypeMethodDescriptionSuppressedDestinationSummary.builder()SuppressedDestinationSummary.Builder.emailAddress(String emailAddress) The email address that's on the suppression list for your account or for a specific tenant.SuppressedDestinationSummary.Builder.lastUpdateTime(Instant lastUpdateTime) The date and time when the suppressed destination was last updated, shown in Unix time format.The reason that the address was added to the suppression list for your account or for a specific tenant.SuppressedDestinationSummary.Builder.reason(SuppressionListReason reason) The reason that the address was added to the suppression list for your account or for a specific tenant.SuppressedDestinationSummary.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type SuppressedDestinationSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SuppressedDestinationSummary.Builder>SuppressedDestinationSummary.serializableBuilderClass()