Uses of Interface
software.amazon.awssdk.services.sesv2.model.SendQuota.Builder
Packages that use SendQuota.Builder
-
Uses of SendQuota.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SendQuota.BuilderModifier and TypeMethodDescriptionstatic SendQuota.BuilderSendQuota.builder()SendQuota.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.Builder.maxSendRate(Double maxSendRate) The maximum number of emails that you can send per second in the current Amazon Web Services Region.SendQuota.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.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type SendQuota.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SendQuota.Builder>SendQuota.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type SendQuota.BuilderModifier and TypeMethodDescriptiondefault 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.