Uses of Class
com.amazonaws.services.simpleemail.model.SendDataPoint

Packages that use SendDataPoint
com.amazonaws.services.simpleemail.model Classes modeling the various types represented by AmazonSimpleEmailService. 
 

Uses of SendDataPoint in com.amazonaws.services.simpleemail.model
 

Methods in com.amazonaws.services.simpleemail.model that return SendDataPoint
 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
 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
 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
 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.
 



Copyright © 2016. All rights reserved.