Uses of Interface
software.amazon.awssdk.services.sesv2.model.PutSuppressedDestinationRequest.Builder
Packages that use PutSuppressedDestinationRequest.Builder
Package
Description
-
Uses of PutSuppressedDestinationRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type PutSuppressedDestinationRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.putSuppressedDestination(Consumer<PutSuppressedDestinationRequest.Builder> putSuppressedDestinationRequest) Adds an email address to the suppression list for your account or for a specific tenant.default PutSuppressedDestinationResponseSesV2Client.putSuppressedDestination(Consumer<PutSuppressedDestinationRequest.Builder> putSuppressedDestinationRequest) Adds an email address to the suppression list for your account or for a specific tenant. -
Uses of PutSuppressedDestinationRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return PutSuppressedDestinationRequest.BuilderModifier and TypeMethodDescriptionPutSuppressedDestinationRequest.builder()PutSuppressedDestinationRequest.Builder.emailAddress(String emailAddress) The email address that should be added to the suppression list for your account or for the specified tenant.PutSuppressedDestinationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutSuppressedDestinationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The factors that should cause the email address to be added to the suppression list for your account or for the specified tenant.PutSuppressedDestinationRequest.Builder.reason(SuppressionListReason reason) The factors that should cause the email address to be added to the suppression list for your account or for the specified tenant.PutSuppressedDestinationRequest.Builder.tenantName(String tenantName) The name of the tenant whose suppression list you want to add the address to.PutSuppressedDestinationRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type PutSuppressedDestinationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutSuppressedDestinationRequest.Builder>PutSuppressedDestinationRequest.serializableBuilderClass()