Uses of Class
software.amazon.awssdk.services.pinpointemail.model.GetDeliverabilityTestReportResponse
-
Packages that use GetDeliverabilityTestReportResponse Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service -
-
Uses of GetDeliverabilityTestReportResponse in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail that return GetDeliverabilityTestReportResponse Modifier and Type Method Description default GetDeliverabilityTestReportResponsePinpointEmailClient. getDeliverabilityTestReport(Consumer<GetDeliverabilityTestReportRequest.Builder> getDeliverabilityTestReportRequest)Retrieve the results of a predictive inbox placement test.default GetDeliverabilityTestReportResponsePinpointEmailClient. getDeliverabilityTestReport(GetDeliverabilityTestReportRequest getDeliverabilityTestReportRequest)Retrieve the results of a predictive inbox placement test.Methods in software.amazon.awssdk.services.pinpointemail that return types with arguments of type GetDeliverabilityTestReportResponse Modifier and Type Method Description default CompletableFuture<GetDeliverabilityTestReportResponse>PinpointEmailAsyncClient. getDeliverabilityTestReport(Consumer<GetDeliverabilityTestReportRequest.Builder> getDeliverabilityTestReportRequest)Retrieve the results of a predictive inbox placement test.default CompletableFuture<GetDeliverabilityTestReportResponse>PinpointEmailAsyncClient. getDeliverabilityTestReport(GetDeliverabilityTestReportRequest getDeliverabilityTestReportRequest)Retrieve the results of a predictive inbox placement test.
-