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