Uses of Interface
software.amazon.awssdk.services.sesv2.model.Complaint.Builder
-
Packages that use Complaint.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of Complaint.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return Complaint.Builder Modifier and Type Method Description static Complaint.BuilderComplaint. builder()Complaint.BuilderComplaint.Builder. complaintFeedbackType(String complaintFeedbackType)The value of theFeedback-Typefield from the feedback report received from the ISP.Complaint.BuilderComplaint.Builder. complaintSubType(String complaintSubType)Can either benullorOnAccountSuppressionList.Complaint.BuilderComplaint. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type Complaint.Builder Modifier and Type Method Description static Class<? extends Complaint.Builder>Complaint. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type Complaint.Builder Modifier and Type Method Description default EventDetails.BuilderEventDetails.Builder. complaint(Consumer<Complaint.Builder> complaint)Information about aComplaintevent.
-