| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses |
|
| Modifier and Type | Method and Description |
|---|---|
default GetAccountSendingEnabledResponse |
SesClient.getAccountSendingEnabled()
Returns the email sending status of the Amazon SES account for the current region.
|
default GetAccountSendingEnabledResponse |
SesClient.getAccountSendingEnabled(Consumer<GetAccountSendingEnabledRequest.Builder> getAccountSendingEnabledRequest)
Returns the email sending status of the Amazon SES account for the current region.
|
default GetAccountSendingEnabledResponse |
SesClient.getAccountSendingEnabled(GetAccountSendingEnabledRequest getAccountSendingEnabledRequest)
Returns the email sending status of the Amazon SES account for the current region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetAccountSendingEnabledResponse> |
SesAsyncClient.getAccountSendingEnabled()
Returns the email sending status of the Amazon SES account for the current region.
|
default CompletableFuture<GetAccountSendingEnabledResponse> |
SesAsyncClient.getAccountSendingEnabled(Consumer<GetAccountSendingEnabledRequest.Builder> getAccountSendingEnabledRequest)
Returns the email sending status of the Amazon SES account for the current region.
|
default CompletableFuture<GetAccountSendingEnabledResponse> |
SesAsyncClient.getAccountSendingEnabled(GetAccountSendingEnabledRequest getAccountSendingEnabledRequest)
Returns the email sending status of the Amazon SES account for the current region.
|
Copyright © 2023. All rights reserved.