Uses of Class
com.amazonaws.services.simpleemail.model.SendDataPoint
-
Packages that use SendDataPoint Package Description com.amazonaws.services.simpleemail.model -
-
Uses of SendDataPoint in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return SendDataPoint Modifier and Type Method Description SendDataPoint
SendDataPoint. clone()
SendDataPoint
SendDataPoint. withBounces(Long bounces)
Number of emails that have bounced.SendDataPoint
SendDataPoint. withComplaints(Long complaints)
Number of unwanted emails that were rejected by recipients.SendDataPoint
SendDataPoint. withDeliveryAttempts(Long deliveryAttempts)
Number of emails that have been enqueued for sending.SendDataPoint
SendDataPoint. withRejects(Long rejects)
Number of emails rejected by Amazon SES.SendDataPoint
SendDataPoint. withTimestamp(Date timestamp)
Time of the data point.Methods in com.amazonaws.services.simpleemail.model that return types with arguments of type SendDataPoint Modifier and Type Method Description List<SendDataPoint>
GetSendStatisticsResult. getSendDataPoints()
A list of data points, each of which represents 15 minutes of activity.Methods in com.amazonaws.services.simpleemail.model with parameters of type SendDataPoint Modifier and Type Method Description GetSendStatisticsResult
GetSendStatisticsResult. withSendDataPoints(SendDataPoint... sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.Method parameters in com.amazonaws.services.simpleemail.model with type arguments of type SendDataPoint Modifier and Type Method Description void
GetSendStatisticsResult. setSendDataPoints(Collection<SendDataPoint> sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.GetSendStatisticsResult
GetSendStatisticsResult. withSendDataPoints(Collection<SendDataPoint> sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
-