| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
SendDataPoint.Builder |
SendDataPoint.Builder.bounces(Long bounces)
Number of emails that have bounced.
|
static SendDataPoint.Builder |
SendDataPoint.builder() |
SendDataPoint.Builder |
SendDataPoint.Builder.complaints(Long complaints)
Number of unwanted emails that were rejected by recipients.
|
SendDataPoint.Builder |
SendDataPoint.Builder.deliveryAttempts(Long deliveryAttempts)
Number of emails that have been sent.
|
SendDataPoint.Builder |
SendDataPoint.Builder.rejects(Long rejects)
Number of emails rejected by Amazon SES.
|
SendDataPoint.Builder |
SendDataPoint.Builder.timestamp(Instant timestamp)
Time of the data point.
|
SendDataPoint.Builder |
SendDataPoint.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SendDataPoint.Builder> |
SendDataPoint.serializableBuilderClass() |
Copyright © 2023. All rights reserved.