Uses of Class
software.amazon.awssdk.services.sesv2.model.GetDeliverabilityTestReportResponse
-
Packages that use GetDeliverabilityTestReportResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of GetDeliverabilityTestReportResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetDeliverabilityTestReportResponse Modifier and Type Method Description default GetDeliverabilityTestReportResponseSesV2Client. getDeliverabilityTestReport(Consumer<GetDeliverabilityTestReportRequest.Builder> getDeliverabilityTestReportRequest)Retrieve the results of a predictive inbox placement test.default GetDeliverabilityTestReportResponseSesV2Client. getDeliverabilityTestReport(GetDeliverabilityTestReportRequest getDeliverabilityTestReportRequest)Retrieve the results of a predictive inbox placement test.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type GetDeliverabilityTestReportResponse Modifier and Type Method Description default CompletableFuture<GetDeliverabilityTestReportResponse>SesV2AsyncClient. getDeliverabilityTestReport(Consumer<GetDeliverabilityTestReportRequest.Builder> getDeliverabilityTestReportRequest)Retrieve the results of a predictive inbox placement test.default CompletableFuture<GetDeliverabilityTestReportResponse>SesV2AsyncClient. getDeliverabilityTestReport(GetDeliverabilityTestReportRequest getDeliverabilityTestReportRequest)Retrieve the results of a predictive inbox placement test.
-