Uses of Class
software.amazon.awssdk.services.ses.model.GetAccountSendingEnabledResponse
Packages that use GetAccountSendingEnabledResponse
-
Uses of GetAccountSendingEnabledResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return GetAccountSendingEnabledResponseModifier and TypeMethodDescriptiondefault GetAccountSendingEnabledResponseSesClient.getAccountSendingEnabled()Returns the email sending status of the Amazon SES account for the current Region.default GetAccountSendingEnabledResponseSesClient.getAccountSendingEnabled(Consumer<GetAccountSendingEnabledRequest.Builder> getAccountSendingEnabledRequest) Returns the email sending status of the Amazon SES account for the current Region.default GetAccountSendingEnabledResponseSesClient.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 GetAccountSendingEnabledResponseModifier and TypeMethodDescriptionSesAsyncClient.getAccountSendingEnabled()Returns the email sending status of the Amazon SES account for the current Region.SesAsyncClient.getAccountSendingEnabled(Consumer<GetAccountSendingEnabledRequest.Builder> getAccountSendingEnabledRequest) Returns the email sending status of the Amazon SES account for the current Region.SesAsyncClient.getAccountSendingEnabled(GetAccountSendingEnabledRequest getAccountSendingEnabledRequest) Returns the email sending status of the Amazon SES account for the current Region.