Uses of Class
software.amazon.awssdk.services.sesv2.model.ListDeliverabilityTestReportsRequest
Packages that use ListDeliverabilityTestReportsRequest
Package
Description
-
Uses of ListDeliverabilityTestReportsRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type ListDeliverabilityTestReportsRequestModifier and TypeMethodDescriptionSesV2AsyncClient.listDeliverabilityTestReports(ListDeliverabilityTestReportsRequest listDeliverabilityTestReportsRequest) Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.SesV2Client.listDeliverabilityTestReports(ListDeliverabilityTestReportsRequest listDeliverabilityTestReportsRequest) Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.SesV2AsyncClient.listDeliverabilityTestReportsPaginator(ListDeliverabilityTestReportsRequest listDeliverabilityTestReportsRequest) This is a variant ofSesV2AsyncClient.listDeliverabilityTestReports(software.amazon.awssdk.services.sesv2.model.ListDeliverabilityTestReportsRequest)operation.SesV2Client.listDeliverabilityTestReportsPaginator(ListDeliverabilityTestReportsRequest listDeliverabilityTestReportsRequest) This is a variant ofSesV2Client.listDeliverabilityTestReports(software.amazon.awssdk.services.sesv2.model.ListDeliverabilityTestReportsRequest)operation. -
Uses of ListDeliverabilityTestReportsRequest in software.amazon.awssdk.services.sesv2.paginators
Constructors in software.amazon.awssdk.services.sesv2.paginators with parameters of type ListDeliverabilityTestReportsRequestModifierConstructorDescriptionListDeliverabilityTestReportsIterable(SesV2Client client, ListDeliverabilityTestReportsRequest firstRequest) ListDeliverabilityTestReportsPublisher(SesV2AsyncClient client, ListDeliverabilityTestReportsRequest firstRequest) -
Uses of ListDeliverabilityTestReportsRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type ListDeliverabilityTestReportsRequestModifier and TypeMethodDescriptionListDeliverabilityTestReportsRequestMarshaller.marshall(ListDeliverabilityTestReportsRequest listDeliverabilityTestReportsRequest)