Uses of Class
software.amazon.awssdk.services.ses.model.GetSendStatisticsResponse
Packages that use GetSendStatisticsResponse
-
Uses of GetSendStatisticsResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return GetSendStatisticsResponseModifier and TypeMethodDescriptiondefault 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 GetSendStatisticsResponseModifier and TypeMethodDescriptionSesAsyncClient.getSendStatistics()Provides sending statistics for the current Amazon Web Services Region.SesAsyncClient.getSendStatistics(Consumer<GetSendStatisticsRequest.Builder> getSendStatisticsRequest) Provides sending statistics for the current Amazon Web Services Region.SesAsyncClient.getSendStatistics(GetSendStatisticsRequest getSendStatisticsRequest) Provides sending statistics for the current Amazon Web Services Region.