Uses of Class
software.amazon.awssdk.services.ses.model.GetSendQuotaResponse
-
Packages that use GetSendQuotaResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of GetSendQuotaResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return GetSendQuotaResponse Modifier and Type Method Description default GetSendQuotaResponseSesClient. getSendQuota()Provides the sending limits for the Amazon SES account.default GetSendQuotaResponseSesClient. getSendQuota(Consumer<GetSendQuotaRequest.Builder> getSendQuotaRequest)Provides the sending limits for the Amazon SES account.default GetSendQuotaResponseSesClient. getSendQuota(GetSendQuotaRequest getSendQuotaRequest)Provides the sending limits for the Amazon SES account.Methods in software.amazon.awssdk.services.ses that return types with arguments of type GetSendQuotaResponse Modifier and Type Method Description default CompletableFuture<GetSendQuotaResponse>SesAsyncClient. getSendQuota()Provides the sending limits for the Amazon SES account.default CompletableFuture<GetSendQuotaResponse>SesAsyncClient. getSendQuota(Consumer<GetSendQuotaRequest.Builder> getSendQuotaRequest)Provides the sending limits for the Amazon SES account.default CompletableFuture<GetSendQuotaResponse>SesAsyncClient. getSendQuota(GetSendQuotaRequest getSendQuotaRequest)Provides the sending limits for the Amazon SES account.
-