Uses of Class
software.amazon.awssdk.services.sesv2.model.GetDomainStatisticsReportResponse
Packages that use GetDomainStatisticsReportResponse
-
Uses of GetDomainStatisticsReportResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetDomainStatisticsReportResponseModifier and TypeMethodDescriptionSesV2Client.getDomainStatisticsReport(Consumer<GetDomainStatisticsReportRequest.Builder> getDomainStatisticsReportRequest) Retrieve inbox placement and engagement rates for the domains that you use to send email.SesV2Client.getDomainStatisticsReport(GetDomainStatisticsReportRequest getDomainStatisticsReportRequest) Retrieve inbox placement and engagement rates for the domains that you use to send email.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type GetDomainStatisticsReportResponseModifier and TypeMethodDescriptionSesV2AsyncClient.getDomainStatisticsReport(Consumer<GetDomainStatisticsReportRequest.Builder> getDomainStatisticsReportRequest) Retrieve inbox placement and engagement rates for the domains that you use to send email.SesV2AsyncClient.getDomainStatisticsReport(GetDomainStatisticsReportRequest getDomainStatisticsReportRequest) Retrieve inbox placement and engagement rates for the domains that you use to send email.