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