Uses of Interface
software.amazon.awssdk.services.sesv2.model.GetDeliverabilityTestReportResponse.Builder
Packages that use GetDeliverabilityTestReportResponse.Builder
-
Uses of GetDeliverabilityTestReportResponse.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return GetDeliverabilityTestReportResponse.BuilderModifier and TypeMethodDescriptionGetDeliverabilityTestReportResponse.builder()GetDeliverabilityTestReportResponse.Builder.deliverabilityTestReport(Consumer<DeliverabilityTestReport.Builder> deliverabilityTestReport) An object that contains the results of the predictive inbox placement test.GetDeliverabilityTestReportResponse.Builder.deliverabilityTestReport(DeliverabilityTestReport deliverabilityTestReport) An object that contains the results of the predictive inbox placement test.GetDeliverabilityTestReportResponse.Builder.ispPlacements(Collection<IspPlacement> ispPlacements) An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.GetDeliverabilityTestReportResponse.Builder.ispPlacements(Consumer<IspPlacement.Builder>... ispPlacements) An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.GetDeliverabilityTestReportResponse.Builder.ispPlacements(IspPlacement... ispPlacements) An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.An object that contains the message that you sent when you performed this predictive inbox placement test.GetDeliverabilityTestReportResponse.Builder.overallPlacement(Consumer<PlacementStatistics.Builder> overallPlacement) An object that specifies how many test messages that were sent during the predictive inbox placement test were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.GetDeliverabilityTestReportResponse.Builder.overallPlacement(PlacementStatistics overallPlacement) An object that specifies how many test messages that were sent during the predictive inbox placement test were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.GetDeliverabilityTestReportResponse.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.GetDeliverabilityTestReportResponse.Builder.tags(Consumer<Tag.Builder>... tags) An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.GetDeliverabilityTestReportResponse.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type GetDeliverabilityTestReportResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetDeliverabilityTestReportResponse.Builder>GetDeliverabilityTestReportResponse.serializableBuilderClass()