| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
static GetSendStatisticsResponse.Builder |
GetSendStatisticsResponse.builder() |
GetSendStatisticsResponse.Builder |
GetSendStatisticsResponse.Builder.sendDataPoints(Collection<SendDataPoint> sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
|
GetSendStatisticsResponse.Builder |
GetSendStatisticsResponse.Builder.sendDataPoints(Consumer<SendDataPoint.Builder>... sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
|
GetSendStatisticsResponse.Builder |
GetSendStatisticsResponse.Builder.sendDataPoints(SendDataPoint... sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
|
GetSendStatisticsResponse.Builder |
GetSendStatisticsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetSendStatisticsResponse.Builder> |
GetSendStatisticsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.