Class SendQuota
java.lang.Object
software.amazon.awssdk.services.sesv2.model.SendQuota
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SendQuota.Builder,SendQuota>
@Generated("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 Amazon Web Services Region.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SendQuota.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final DoubleThe maximum number of emails that you can send in the current Amazon Web Services Region over a 24-hour period.final DoubleThe maximum number of emails that you can send per second in the current Amazon Web Services Region.final DoubleThe number of emails sent from your Amazon SES account in the current Amazon Web Services Region over the past 24 hours.static Class<? extends SendQuota.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
max24HourSend
The maximum number of emails that you can send in the current Amazon Web Services Region over a 24-hour period. A value of -1 signifies an unlimited quota. (This value is also referred to as your sending quota.)
- Returns:
- The maximum number of emails that you can send in the current Amazon Web Services Region over a 24-hour period. A value of -1 signifies an unlimited quota. (This value is also referred to as your sending quota.)
-
maxSendRate
The maximum number of emails that you can send per second in the current Amazon Web Services Region. This value is also called your maximum sending rate or your maximum TPS (transactions per second) rate.
- Returns:
- The maximum number of emails that you can send per second in the current Amazon Web Services Region. This value is also called your maximum sending rate or your maximum TPS (transactions per second) rate.
-
sentLast24Hours
The number of emails sent from your Amazon SES account in the current Amazon Web Services Region over the past 24 hours.
- Returns:
- The number of emails sent from your Amazon SES account in the current Amazon Web Services Region over the past 24 hours.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<SendQuota.Builder,SendQuota>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-