Uses of Class
software.amazon.awssdk.services.ses.model.SendDataPoint
-
Packages that use SendDataPoint Package Description software.amazon.awssdk.services.ses.model -
-
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 SendDataPoint Modifier and Type Method Description 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 SendDataPoint Modifier and Type Method Description GetSendStatisticsResponse.BuilderGetSendStatisticsResponse.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 SendDataPoint Modifier and Type Method Description GetSendStatisticsResponse.BuilderGetSendStatisticsResponse.Builder. sendDataPoints(Collection<SendDataPoint> sendDataPoints)A list of data points, each of which represents 15 minutes of activity.
-