Uses of Class
software.amazon.awssdk.services.ses.model.GetSendStatisticsRequest
-
Packages that use GetSendStatisticsRequest Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.transform -
-
Uses of GetSendStatisticsRequest in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses with parameters of type GetSendStatisticsRequest Modifier and Type Method Description default CompletableFuture<GetSendStatisticsResponse>SesAsyncClient. getSendStatistics(GetSendStatisticsRequest getSendStatisticsRequest)Provides sending statistics for the current Amazon Web Services Region.default GetSendStatisticsResponseSesClient. getSendStatistics(GetSendStatisticsRequest getSendStatisticsRequest)Provides sending statistics for the current Amazon Web Services Region. -
Uses of GetSendStatisticsRequest in software.amazon.awssdk.services.ses.transform
Methods in software.amazon.awssdk.services.ses.transform with parameters of type GetSendStatisticsRequest Modifier and Type Method Description SdkHttpFullRequestGetSendStatisticsRequestMarshaller. marshall(GetSendStatisticsRequest getSendStatisticsRequest)
-