Uses of Class
software.amazon.awssdk.services.sesv2.model.CreateDeliverabilityTestReportResponse
-
Packages that use CreateDeliverabilityTestReportResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of CreateDeliverabilityTestReportResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return CreateDeliverabilityTestReportResponse Modifier and Type Method Description default CreateDeliverabilityTestReportResponseSesV2Client. createDeliverabilityTestReport(Consumer<CreateDeliverabilityTestReportRequest.Builder> createDeliverabilityTestReportRequest)Create a new predictive inbox placement test.default CreateDeliverabilityTestReportResponseSesV2Client. createDeliverabilityTestReport(CreateDeliverabilityTestReportRequest createDeliverabilityTestReportRequest)Create a new predictive inbox placement test.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type CreateDeliverabilityTestReportResponse Modifier and Type Method Description default CompletableFuture<CreateDeliverabilityTestReportResponse>SesV2AsyncClient. createDeliverabilityTestReport(Consumer<CreateDeliverabilityTestReportRequest.Builder> createDeliverabilityTestReportRequest)Create a new predictive inbox placement test.default CompletableFuture<CreateDeliverabilityTestReportResponse>SesV2AsyncClient. createDeliverabilityTestReport(CreateDeliverabilityTestReportRequest createDeliverabilityTestReportRequest)Create a new predictive inbox placement test.
-