| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
static SendQuota.Builder |
SendQuota.builder() |
SendQuota.Builder |
SendQuota.Builder.max24HourSend(Double max24HourSend)
The maximum number of emails that you can send in the current AWS Region over a 24-hour period.
|
SendQuota.Builder |
SendQuota.Builder.maxSendRate(Double maxSendRate)
The maximum number of emails that you can send per second in the current AWS Region.
|
SendQuota.Builder |
SendQuota.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.Builder |
SendQuota.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SendQuota.Builder> |
SendQuota.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetAccountResponse.Builder |
GetAccountResponse.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.
|
Copyright © 2021. All rights reserved.