Uses of Class
software.amazon.awssdk.services.ses.model.SendDataPoint
Packages that use SendDataPoint
-
Uses of SendDataPoint in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type SendDataPointModifier and TypeMethodDescriptionfinal List<SendDataPoint>GetSendStatisticsResponse.sendDataPoints()A list of data points, each of which represents 15 minutes of activity.Methods in software.amazon.awssdk.services.ses.model with parameters of type SendDataPointModifier and TypeMethodDescriptionGetSendStatisticsResponse.Builder.sendDataPoints(SendDataPoint... sendDataPoints) A list of data points, each of which represents 15 minutes of activity.Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type SendDataPointModifier and TypeMethodDescriptionGetSendStatisticsResponse.Builder.sendDataPoints(Collection<SendDataPoint> sendDataPoints) A list of data points, each of which represents 15 minutes of activity.