Uses of Class
software.amazon.awssdk.services.ses.model.GetSendQuotaResponse
Packages that use GetSendQuotaResponse
-
Uses of GetSendQuotaResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return GetSendQuotaResponseModifier and TypeMethodDescriptiondefault 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 GetSendQuotaResponseModifier and TypeMethodDescriptiondefault 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.