| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutAccountSuppressionAttributesResponse> |
SesV2AsyncClient.putAccountSuppressionAttributes(Consumer<PutAccountSuppressionAttributesRequest.Builder> putAccountSuppressionAttributesRequest)
Change the settings for the account-level suppression list.
|
default PutAccountSuppressionAttributesResponse |
SesV2Client.putAccountSuppressionAttributes(Consumer<PutAccountSuppressionAttributesRequest.Builder> putAccountSuppressionAttributesRequest)
Change the settings for the account-level suppression list.
|
| Modifier and Type | Method and Description |
|---|---|
static PutAccountSuppressionAttributesRequest.Builder |
PutAccountSuppressionAttributesRequest.builder() |
PutAccountSuppressionAttributesRequest.Builder |
PutAccountSuppressionAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutAccountSuppressionAttributesRequest.Builder |
PutAccountSuppressionAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutAccountSuppressionAttributesRequest.Builder |
PutAccountSuppressionAttributesRequest.Builder.suppressedReasons(Collection<SuppressionListReason> suppressedReasons)
A list that contains the reasons that email addresses will be automatically added to the suppression list for
your account.
|
PutAccountSuppressionAttributesRequest.Builder |
PutAccountSuppressionAttributesRequest.Builder.suppressedReasons(SuppressionListReason... suppressedReasons)
A list that contains the reasons that email addresses will be automatically added to the suppression list for
your account.
|
PutAccountSuppressionAttributesRequest.Builder |
PutAccountSuppressionAttributesRequest.Builder.suppressedReasonsWithStrings(Collection<String> suppressedReasons)
A list that contains the reasons that email addresses will be automatically added to the suppression list for
your account.
|
PutAccountSuppressionAttributesRequest.Builder |
PutAccountSuppressionAttributesRequest.Builder.suppressedReasonsWithStrings(String... suppressedReasons)
A list that contains the reasons that email addresses will be automatically added to the suppression list for
your account.
|
PutAccountSuppressionAttributesRequest.Builder |
PutAccountSuppressionAttributesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutAccountSuppressionAttributesRequest.Builder> |
PutAccountSuppressionAttributesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.