Uses of Interface
software.amazon.awssdk.services.sesv2.model.CreateDeliverabilityTestReportRequest.Builder
Packages that use CreateDeliverabilityTestReportRequest.Builder
Package
Description
-
Uses of CreateDeliverabilityTestReportRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type CreateDeliverabilityTestReportRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.createDeliverabilityTestReport(Consumer<CreateDeliverabilityTestReportRequest.Builder> createDeliverabilityTestReportRequest) Create a new predictive inbox placement test.SesV2Client.createDeliverabilityTestReport(Consumer<CreateDeliverabilityTestReportRequest.Builder> createDeliverabilityTestReportRequest) Create a new predictive inbox placement test. -
Uses of CreateDeliverabilityTestReportRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return CreateDeliverabilityTestReportRequest.BuilderModifier and TypeMethodDescriptionCreateDeliverabilityTestReportRequest.builder()CreateDeliverabilityTestReportRequest.Builder.content(Consumer<EmailContent.Builder> content) The HTML body of the message that you sent when you performed the predictive inbox placement test.CreateDeliverabilityTestReportRequest.Builder.content(EmailContent content) The HTML body of the message that you sent when you performed the predictive inbox placement test.CreateDeliverabilityTestReportRequest.Builder.fromEmailAddress(String fromEmailAddress) The email address that the predictive inbox placement test email was sent from.CreateDeliverabilityTestReportRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateDeliverabilityTestReportRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateDeliverabilityTestReportRequest.Builder.reportName(String reportName) A unique name that helps you to identify the predictive inbox placement test when you retrieve the results.CreateDeliverabilityTestReportRequest.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test.CreateDeliverabilityTestReportRequest.Builder.tags(Consumer<Tag.Builder>... tags) An array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test.An array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test.CreateDeliverabilityTestReportRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type CreateDeliverabilityTestReportRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateDeliverabilityTestReportRequest.Builder>CreateDeliverabilityTestReportRequest.serializableBuilderClass()