| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutSuppressedDestinationResponse> |
SesV2AsyncClient.putSuppressedDestination(Consumer<PutSuppressedDestinationRequest.Builder> putSuppressedDestinationRequest)
Adds an email address to the suppression list for your account.
|
default PutSuppressedDestinationResponse |
SesV2Client.putSuppressedDestination(Consumer<PutSuppressedDestinationRequest.Builder> putSuppressedDestinationRequest)
Adds an email address to the suppression list for your account.
|
| Modifier and Type | Method and Description |
|---|---|
static PutSuppressedDestinationRequest.Builder |
PutSuppressedDestinationRequest.builder() |
PutSuppressedDestinationRequest.Builder |
PutSuppressedDestinationRequest.Builder.emailAddress(String emailAddress)
The email address that should be added to the suppression list for your account.
|
PutSuppressedDestinationRequest.Builder |
PutSuppressedDestinationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutSuppressedDestinationRequest.Builder |
PutSuppressedDestinationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutSuppressedDestinationRequest.Builder |
PutSuppressedDestinationRequest.Builder.reason(String reason)
The factors that should cause the email address to be added to the suppression list for your account.
|
PutSuppressedDestinationRequest.Builder |
PutSuppressedDestinationRequest.Builder.reason(SuppressionListReason reason)
The factors that should cause the email address to be added to the suppression list for your account.
|
PutSuppressedDestinationRequest.Builder |
PutSuppressedDestinationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutSuppressedDestinationRequest.Builder> |
PutSuppressedDestinationRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.