| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutAccountSendingAttributesResponse> |
SesV2AsyncClient.putAccountSendingAttributes(Consumer<PutAccountSendingAttributesRequest.Builder> putAccountSendingAttributesRequest)
Enable or disable the ability of your account to send email.
|
default PutAccountSendingAttributesResponse |
SesV2Client.putAccountSendingAttributes(Consumer<PutAccountSendingAttributesRequest.Builder> putAccountSendingAttributesRequest)
Enable or disable the ability of your account to send email.
|
| Modifier and Type | Method and Description |
|---|---|
static PutAccountSendingAttributesRequest.Builder |
PutAccountSendingAttributesRequest.builder() |
PutAccountSendingAttributesRequest.Builder |
PutAccountSendingAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutAccountSendingAttributesRequest.Builder |
PutAccountSendingAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutAccountSendingAttributesRequest.Builder |
PutAccountSendingAttributesRequest.Builder.sendingEnabled(Boolean sendingEnabled)
Enables or disables your account's ability to send email.
|
PutAccountSendingAttributesRequest.Builder |
PutAccountSendingAttributesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutAccountSendingAttributesRequest.Builder> |
PutAccountSendingAttributesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.