Uses of Class
software.amazon.awssdk.services.pinpointemail.model.CreateDeliverabilityTestReportResponse
-
Packages that use CreateDeliverabilityTestReportResponse Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service -
-
Uses of CreateDeliverabilityTestReportResponse in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail that return CreateDeliverabilityTestReportResponse Modifier and Type Method Description default CreateDeliverabilityTestReportResponsePinpointEmailClient. createDeliverabilityTestReport(Consumer<CreateDeliverabilityTestReportRequest.Builder> createDeliverabilityTestReportRequest)Create a new predictive inbox placement test.default CreateDeliverabilityTestReportResponsePinpointEmailClient. createDeliverabilityTestReport(CreateDeliverabilityTestReportRequest createDeliverabilityTestReportRequest)Create a new predictive inbox placement test.Methods in software.amazon.awssdk.services.pinpointemail that return types with arguments of type CreateDeliverabilityTestReportResponse Modifier and Type Method Description default CompletableFuture<CreateDeliverabilityTestReportResponse>PinpointEmailAsyncClient. createDeliverabilityTestReport(Consumer<CreateDeliverabilityTestReportRequest.Builder> createDeliverabilityTestReportRequest)Create a new predictive inbox placement test.default CompletableFuture<CreateDeliverabilityTestReportResponse>PinpointEmailAsyncClient. createDeliverabilityTestReport(CreateDeliverabilityTestReportRequest createDeliverabilityTestReportRequest)Create a new predictive inbox placement test.
-