Uses of Interface
software.amazon.awssdk.services.sesv2.model.SuppressedDestination.Builder
Packages that use SuppressedDestination.Builder
-
Uses of SuppressedDestination.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SuppressedDestination.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.SuppressedDestination.Builder.attributes(SuppressedDestinationAttributes 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.SuppressedDestination.builder()SuppressedDestination.Builder.emailAddress(String emailAddress) The email address that is on the suppression list for your account or for a specific tenant.SuppressedDestination.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.SuppressedDestination.Builder.reason(SuppressionListReason reason) The reason that the address was added to the suppression list for your account or for a specific tenant.SuppressedDestination.Builder.tenantName(String tenantName) The name of the tenant that the suppressed destination belongs to.SuppressedDestination.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type SuppressedDestination.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SuppressedDestination.Builder>SuppressedDestination.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type SuppressedDestination.BuilderModifier and TypeMethodDescriptionGetSuppressedDestinationResponse.Builder.suppressedDestination(Consumer<SuppressedDestination.Builder> suppressedDestination) An object containing information about the suppressed email address.