Package | Description |
---|---|
com.amazonaws.services.simpleemail.model | |
com.amazonaws.services.simpleemail.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<SendDataPoint> |
GetSendStatisticsResult.sendDataPoints
A list of data points, each of which represents 15 minutes of activity.
|
Modifier and Type | Method and Description |
---|---|
SendDataPoint |
SendDataPoint.clone() |
SendDataPoint |
SendDataPoint.withBounces(java.lang.Long bounces)
Number of emails that have bounced.
|
SendDataPoint |
SendDataPoint.withComplaints(java.lang.Long complaints)
Number of unwanted emails that were rejected by recipients.
|
SendDataPoint |
SendDataPoint.withDeliveryAttempts(java.lang.Long deliveryAttempts)
Number of emails that have been enqueued for sending.
|
SendDataPoint |
SendDataPoint.withRejects(java.lang.Long rejects)
Number of emails rejected by Amazon SES.
|
SendDataPoint |
SendDataPoint.withTimestamp(java.util.Date timestamp)
Time of the data point.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SendDataPoint> |
GetSendStatisticsResult.getSendDataPoints()
A list of data points, each of which represents 15 minutes of activity.
|
Modifier and Type | Method and Description |
---|---|
GetSendStatisticsResult |
GetSendStatisticsResult.withSendDataPoints(SendDataPoint... sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
|
Modifier and Type | Method and Description |
---|---|
void |
GetSendStatisticsResult.setSendDataPoints(java.util.Collection<SendDataPoint> sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
|
GetSendStatisticsResult |
GetSendStatisticsResult.withSendDataPoints(java.util.Collection<SendDataPoint> sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
|
Modifier and Type | Method and Description |
---|---|
SendDataPoint |
SendDataPointStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |