public static interface GetSendStatisticsResponse.Builder extends SESResponse.Builder, CopyableBuilder<GetSendStatisticsResponse.Builder,GetSendStatisticsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSendStatisticsResponse.Builder |
sendDataPoints(Collection<SendDataPoint> sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
|
GetSendStatisticsResponse.Builder |
sendDataPoints(SendDataPoint... sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
|
buildcopyapply, buildGetSendStatisticsResponse.Builder sendDataPoints(Collection<SendDataPoint> sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
sendDataPoints - A list of data points, each of which represents 15 minutes of activity.GetSendStatisticsResponse.Builder sendDataPoints(SendDataPoint... sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
sendDataPoints - A list of data points, each of which represents 15 minutes of activity.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.