Uses of Class
software.amazon.awssdk.services.ses.model.GetAccountSendingEnabledResponse
-
Packages that use GetAccountSendingEnabledResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of GetAccountSendingEnabledResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return GetAccountSendingEnabledResponse Modifier and Type Method 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.Methods in software.amazon.awssdk.services.ses that return types with arguments of type GetAccountSendingEnabledResponse Modifier and Type Method 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.
-