| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
SendQuota |
SendQuota.clone() |
SendQuota |
GetAccountResult.getSendQuota()
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.
|
SendQuota |
SendQuota.withMax24HourSend(Double max24HourSend)
The maximum number of emails that you can send in the current Amazon Web Services Region over a 24-hour period.
|
SendQuota |
SendQuota.withMaxSendRate(Double maxSendRate)
The maximum number of emails that you can send per second in the current Amazon Web Services Region.
|
SendQuota |
SendQuota.withSentLast24Hours(Double sentLast24Hours)
The number of emails sent from your Amazon SES account in the current Amazon Web Services Region over the past 24
hours.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAccountResult.setSendQuota(SendQuota 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.
|
GetAccountResult |
GetAccountResult.withSendQuota(SendQuota 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.
|
Copyright © 2025. All rights reserved.