Uses of Interface
software.amazon.awssdk.services.ses.model.SendDataPoint.Builder
-
Packages that use SendDataPoint.Builder Package Description software.amazon.awssdk.services.ses.model -
-
Uses of SendDataPoint.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return SendDataPoint.Builder Modifier and Type Method Description SendDataPoint.BuilderSendDataPoint.Builder. bounces(Long bounces)Number of emails that have bounced.static SendDataPoint.BuilderSendDataPoint. builder()SendDataPoint.BuilderSendDataPoint.Builder. complaints(Long complaints)Number of unwanted emails that were rejected by recipients.SendDataPoint.BuilderSendDataPoint.Builder. deliveryAttempts(Long deliveryAttempts)Number of emails that have been sent.SendDataPoint.BuilderSendDataPoint.Builder. rejects(Long rejects)Number of emails rejected by Amazon SES.SendDataPoint.BuilderSendDataPoint.Builder. timestamp(Instant timestamp)Time of the data point.SendDataPoint.BuilderSendDataPoint. toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type SendDataPoint.Builder Modifier and Type Method Description static Class<? extends SendDataPoint.Builder>SendDataPoint. serializableBuilderClass()
-