Uses of Class
software.amazon.awssdk.services.sesv2.model.GetDomainStatisticsReportRequest
-
Packages that use GetDomainStatisticsReportRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.transform -
-
Uses of GetDomainStatisticsReportRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type GetDomainStatisticsReportRequest Modifier and Type Method Description default CompletableFuture<GetDomainStatisticsReportResponse>
SesV2AsyncClient. getDomainStatisticsReport(GetDomainStatisticsReportRequest getDomainStatisticsReportRequest)
Retrieve inbox placement and engagement rates for the domains that you use to send email.default GetDomainStatisticsReportResponse
SesV2Client. getDomainStatisticsReport(GetDomainStatisticsReportRequest getDomainStatisticsReportRequest)
Retrieve inbox placement and engagement rates for the domains that you use to send email. -
Uses of GetDomainStatisticsReportRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type GetDomainStatisticsReportRequest Modifier and Type Method Description SdkHttpFullRequest
GetDomainStatisticsReportRequestMarshaller. marshall(GetDomainStatisticsReportRequest getDomainStatisticsReportRequest)
-