@Generated(value="software.amazon.awssdk:codegen") public final class SendQuota extends Object implements SdkPojo, Serializable, ToCopyableBuilder<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 AWS Region.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SendQuota.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SendQuota.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
max24HourSend()
The maximum number of emails that you can send in the current AWS Region over a 24-hour period.
|
Double |
maxSendRate()
The maximum number of emails that you can send per second in the current AWS Region.
|
List<SdkField<?>> |
sdkFields() |
Double |
sentLast24Hours()
The number of emails sent from your Amazon SES account in the current AWS Region over the past 24 hours.
|
static Class<? extends SendQuota.Builder> |
serializableBuilderClass() |
SendQuota.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Double max24HourSend()
The maximum number of emails that you can send in the current AWS Region over a 24-hour period. This value is also called your sending quota.
public Double maxSendRate()
The maximum number of emails that you can send per second in the current AWS Region. This value is also called your maximum sending rate or your maximum TPS (transactions per second) rate.
public Double sentLast24Hours()
The number of emails sent from your Amazon SES account in the current AWS Region over the past 24 hours.
public SendQuota.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SendQuota.Builder,SendQuota>public static SendQuota.Builder builder()
public static Class<? extends SendQuota.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.