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

Packages that use GetSendStatisticsResult
com.amazonaws.services.simpleemail Synchronous and asynchronous client classes for accessing AmazonSimpleEmailService. 
com.amazonaws.services.simpleemail.model Classes modeling the various types represented by AmazonSimpleEmailService. 
 

Uses of GetSendStatisticsResult in com.amazonaws.services.simpleemail
 

Methods in com.amazonaws.services.simpleemail that return GetSendStatisticsResult
 GetSendStatisticsResult AmazonSimpleEmailServiceClient.getSendStatistics()
           Returns the user's sending statistics.
 GetSendStatisticsResult AmazonSimpleEmailService.getSendStatistics()
           Returns the user's sending statistics.
 GetSendStatisticsResult AmazonSimpleEmailServiceClient.getSendStatistics(GetSendStatisticsRequest getSendStatisticsRequest)
           Returns the user's sending statistics.
 GetSendStatisticsResult AmazonSimpleEmailService.getSendStatistics(GetSendStatisticsRequest getSendStatisticsRequest)
           Returns the user's sending statistics.
 

Methods in com.amazonaws.services.simpleemail that return types with arguments of type GetSendStatisticsResult
 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 GetSendStatisticsResult
 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.
 

Uses of GetSendStatisticsResult in com.amazonaws.services.simpleemail.model
 

Methods in com.amazonaws.services.simpleemail.model that return GetSendStatisticsResult
 GetSendStatisticsResult GetSendStatisticsResult.withSendDataPoints(Collection<SendDataPoint> sendDataPoints)
          A list of data points, each of which represents 15 minutes of activity.
 GetSendStatisticsResult GetSendStatisticsResult.withSendDataPoints(SendDataPoint... sendDataPoints)
          A list of data points, each of which represents 15 minutes of activity.
 



Copyright © 2016. All rights reserved.