Uses of Interface
software.amazon.awssdk.services.pinpointemail.model.SendQuota.Builder
-
Packages that use SendQuota.Builder Package Description software.amazon.awssdk.services.pinpointemail.model -
-
Uses of SendQuota.Builder in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.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 AWS 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 AWS Region.SendQuota.BuilderSendQuota.Builder. sentLast24Hours(Double sentLast24Hours)The number of emails sent from your Amazon Pinpoint account in the current AWS Region over the past 24 hours.SendQuota.BuilderSendQuota. toBuilder()Methods in software.amazon.awssdk.services.pinpointemail.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.pinpointemail.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 Pinpoint account in the current AWS Region.
-