Uses of Interface
software.amazon.awssdk.services.sesv2.model.SendQuota.Builder
-
Packages that use SendQuota.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of SendQuota.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SendQuota.Builder Modifier and Type Method Description static SendQuota.BuilderSendQuota. builder()SendQuota.BuilderSendQuota.Builder. max24HourSend(Double max24HourSend)The maximum number of emails that you can send in the current Amazon Web Services Region over a 24-hour period.SendQuota.BuilderSendQuota.Builder. maxSendRate(Double maxSendRate)The maximum number of emails that you can send per second in the current Amazon Web Services Region.SendQuota.BuilderSendQuota.Builder. sentLast24Hours(Double sentLast24Hours)The number of emails sent from your Amazon SES account in the current Amazon Web Services Region over the past 24 hours.SendQuota.BuilderSendQuota. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type SendQuota.Builder Modifier and Type Method Description static Class<? extends SendQuota.Builder>SendQuota. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type SendQuota.Builder Modifier and Type Method Description default GetAccountResponse.BuilderGetAccountResponse.Builder. sendQuota(Consumer<SendQuota.Builder> sendQuota)An object that contains information about the per-day and per-second sending limits for your Amazon SES account in the current Amazon Web Services Region.
-