Class SendDataPoint
- java.lang.Object
-
- software.amazon.awssdk.services.ses.model.SendDataPoint
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SendDataPoint.Builder,SendDataPoint>
@Generated("software.amazon.awssdk:codegen") public final class SendDataPoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SendDataPoint.Builder,SendDataPoint>
Represents sending statistics data. Each
SendDataPointcontains statistics for a 15-minute period of sending activity.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSendDataPoint.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Longbounces()Number of emails that have bounced.static SendDataPoint.Builderbuilder()Longcomplaints()Number of unwanted emails that were rejected by recipients.LongdeliveryAttempts()Number of emails that have been sent.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Longrejects()Number of emails rejected by Amazon SES.List<SdkField<?>>sdkFields()static Class<? extends SendDataPoint.Builder>serializableBuilderClass()Instanttimestamp()Time of the data point.SendDataPoint.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
timestamp
public final Instant timestamp()
Time of the data point.
- Returns:
- Time of the data point.
-
deliveryAttempts
public final Long deliveryAttempts()
Number of emails that have been sent.
- Returns:
- Number of emails that have been sent.
-
bounces
public final Long bounces()
Number of emails that have bounced.
- Returns:
- Number of emails that have bounced.
-
complaints
public final Long complaints()
Number of unwanted emails that were rejected by recipients.
- Returns:
- Number of unwanted emails that were rejected by recipients.
-
rejects
public final Long rejects()
Number of emails rejected by Amazon SES.
- Returns:
- Number of emails rejected by Amazon SES.
-
toBuilder
public SendDataPoint.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SendDataPoint.Builder,SendDataPoint>
-
builder
public static SendDataPoint.Builder builder()
-
serializableBuilderClass
public static Class<? extends SendDataPoint.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-