Uses of Class
software.amazon.awssdk.services.ses.model.GetSendStatisticsResponse
-
Packages that use GetSendStatisticsResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of GetSendStatisticsResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return GetSendStatisticsResponse Modifier and Type Method Description default GetSendStatisticsResponseSesClient. getSendStatistics()Provides sending statistics for the current Amazon Web Services Region.default GetSendStatisticsResponseSesClient. getSendStatistics(Consumer<GetSendStatisticsRequest.Builder> 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.Methods in software.amazon.awssdk.services.ses that return types with arguments of type GetSendStatisticsResponse Modifier and Type Method Description default CompletableFuture<GetSendStatisticsResponse>SesAsyncClient. getSendStatistics()Provides sending statistics for the current Amazon Web Services Region.default CompletableFuture<GetSendStatisticsResponse>SesAsyncClient. getSendStatistics(Consumer<GetSendStatisticsRequest.Builder> getSendStatisticsRequest)Provides sending statistics for the current Amazon Web Services Region.default CompletableFuture<GetSendStatisticsResponse>SesAsyncClient. getSendStatistics(GetSendStatisticsRequest getSendStatisticsRequest)Provides sending statistics for the current Amazon Web Services Region.
-