Uses of Class
com.amazonaws.services.simpleemail.model.GetSendStatisticsRequest

Packages that use GetSendStatisticsRequest
com.amazonaws.services.simpleemail Synchronous and asynchronous client classes for accessing AmazonSimpleEmailService. 
 

Uses of GetSendStatisticsRequest in com.amazonaws.services.simpleemail
 

Methods in com.amazonaws.services.simpleemail with parameters of type GetSendStatisticsRequest
 GetSendStatisticsResult AmazonSimpleEmailServiceClient.getSendStatistics(GetSendStatisticsRequest getSendStatisticsRequest)
           Returns the user's sending statistics.
 GetSendStatisticsResult AmazonSimpleEmailService.getSendStatistics(GetSendStatisticsRequest getSendStatisticsRequest)
           Returns the user's sending statistics.
 Future<GetSendStatisticsResult> AmazonSimpleEmailServiceAsyncClient.getSendStatisticsAsync(GetSendStatisticsRequest getSendStatisticsRequest)
           Returns the user's sending statistics.
 Future<GetSendStatisticsResult> AmazonSimpleEmailServiceAsync.getSendStatisticsAsync(GetSendStatisticsRequest getSendStatisticsRequest)
           Returns the user's sending statistics.
 Future<GetSendStatisticsResult> AmazonSimpleEmailServiceAsyncClient.getSendStatisticsAsync(GetSendStatisticsRequest getSendStatisticsRequest, AsyncHandler<GetSendStatisticsRequest,GetSendStatisticsResult> asyncHandler)
           Returns the user's sending statistics.
 Future<GetSendStatisticsResult> AmazonSimpleEmailServiceAsync.getSendStatisticsAsync(GetSendStatisticsRequest getSendStatisticsRequest, AsyncHandler<GetSendStatisticsRequest,GetSendStatisticsResult> asyncHandler)
           Returns the user's sending statistics.
 

Method parameters in com.amazonaws.services.simpleemail with type arguments of type GetSendStatisticsRequest
 Future<GetSendStatisticsResult> AmazonSimpleEmailServiceAsyncClient.getSendStatisticsAsync(GetSendStatisticsRequest getSendStatisticsRequest, AsyncHandler<GetSendStatisticsRequest,GetSendStatisticsResult> asyncHandler)
           Returns the user's sending statistics.
 Future<GetSendStatisticsResult> AmazonSimpleEmailServiceAsync.getSendStatisticsAsync(GetSendStatisticsRequest getSendStatisticsRequest, AsyncHandler<GetSendStatisticsRequest,GetSendStatisticsResult> asyncHandler)
           Returns the user's sending statistics.
 



Copyright © 2016. All rights reserved.