| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2 |
|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutSuppressedDestinationResult> |
AmazonSimpleEmailServiceV2AsyncClient.putSuppressedDestinationAsync(PutSuppressedDestinationRequest request,
AsyncHandler<PutSuppressedDestinationRequest,PutSuppressedDestinationResult> asyncHandler) |
Future<PutSuppressedDestinationResult> |
AbstractAmazonSimpleEmailServiceV2Async.putSuppressedDestinationAsync(PutSuppressedDestinationRequest request,
AsyncHandler<PutSuppressedDestinationRequest,PutSuppressedDestinationResult> asyncHandler) |
Future<PutSuppressedDestinationResult> |
AmazonSimpleEmailServiceV2Async.putSuppressedDestinationAsync(PutSuppressedDestinationRequest putSuppressedDestinationRequest,
AsyncHandler<PutSuppressedDestinationRequest,PutSuppressedDestinationResult> asyncHandler)
Adds an email address to the suppression list for your account.
|
| Modifier and Type | Method and Description |
|---|---|
PutSuppressedDestinationRequest |
PutSuppressedDestinationRequest.clone() |
PutSuppressedDestinationRequest |
PutSuppressedDestinationRequest.withEmailAddress(String emailAddress)
The email address that should be added to the suppression list for your account.
|
PutSuppressedDestinationRequest |
PutSuppressedDestinationRequest.withReason(String reason)
The factors that should cause the email address to be added to the suppression list for your account.
|
PutSuppressedDestinationRequest |
PutSuppressedDestinationRequest.withReason(SuppressionListReason reason)
The factors that should cause the email address to be added to the suppression list for your account.
|
Copyright © 2024. All rights reserved.