Uses of Class
software.amazon.awssdk.services.sesv2.model.ListDeliverabilityTestReportsResponse
Packages that use ListDeliverabilityTestReportsResponse
Package
Description
-
Uses of ListDeliverabilityTestReportsResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return ListDeliverabilityTestReportsResponseModifier and TypeMethodDescriptionSesV2Client.listDeliverabilityTestReports(Consumer<ListDeliverabilityTestReportsRequest.Builder> 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.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type ListDeliverabilityTestReportsResponseModifier and TypeMethodDescriptionSesV2AsyncClient.listDeliverabilityTestReports(Consumer<ListDeliverabilityTestReportsRequest.Builder> listDeliverabilityTestReportsRequest) Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.SesV2AsyncClient.listDeliverabilityTestReports(ListDeliverabilityTestReportsRequest listDeliverabilityTestReportsRequest) Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses. -
Uses of ListDeliverabilityTestReportsResponse in software.amazon.awssdk.services.sesv2.paginators
Methods in software.amazon.awssdk.services.sesv2.paginators that return types with arguments of type ListDeliverabilityTestReportsResponseMethod parameters in software.amazon.awssdk.services.sesv2.paginators with type arguments of type ListDeliverabilityTestReportsResponseModifier and TypeMethodDescriptionvoidListDeliverabilityTestReportsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDeliverabilityTestReportsResponse> subscriber)