Uses of Class
com.amazonaws.services.simpleemail.model.GetSendStatisticsResult
-
Packages that use GetSendStatisticsResult Package Description com.amazonaws.services.simpleemail com.amazonaws.services.simpleemail.model -
-
Uses of GetSendStatisticsResult in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail that return GetSendStatisticsResult Modifier and Type Method Description GetSendStatisticsResult
AbstractAmazonSimpleEmailService. getSendStatistics()
GetSendStatisticsResult
AbstractAmazonSimpleEmailService. getSendStatistics(GetSendStatisticsRequest request)
GetSendStatisticsResult
AmazonSimpleEmailService. getSendStatistics()
Simplified method form for invoking the GetSendStatistics operation.GetSendStatisticsResult
AmazonSimpleEmailService. getSendStatistics(GetSendStatisticsRequest getSendStatisticsRequest)
Returns the user's sending statistics.GetSendStatisticsResult
AmazonSimpleEmailServiceClient. getSendStatistics()
GetSendStatisticsResult
AmazonSimpleEmailServiceClient. getSendStatistics(GetSendStatisticsRequest getSendStatisticsRequest)
Returns the user's sending statistics.Methods in com.amazonaws.services.simpleemail that return types with arguments of type GetSendStatisticsResult Modifier and Type Method Description Future<GetSendStatisticsResult>
AbstractAmazonSimpleEmailServiceAsync. getSendStatisticsAsync()
Simplified method form for invoking the GetSendStatistics operation.Future<GetSendStatisticsResult>
AbstractAmazonSimpleEmailServiceAsync. getSendStatisticsAsync(AsyncHandler<GetSendStatisticsRequest,GetSendStatisticsResult> asyncHandler)
Simplified method form for invoking the GetSendStatistics operation with an AsyncHandler.Future<GetSendStatisticsResult>
AbstractAmazonSimpleEmailServiceAsync. getSendStatisticsAsync(GetSendStatisticsRequest request)
Future<GetSendStatisticsResult>
AbstractAmazonSimpleEmailServiceAsync. getSendStatisticsAsync(GetSendStatisticsRequest request, AsyncHandler<GetSendStatisticsRequest,GetSendStatisticsResult> asyncHandler)
Future<GetSendStatisticsResult>
AmazonSimpleEmailServiceAsync. getSendStatisticsAsync()
Simplified method form for invoking the GetSendStatistics operation.Future<GetSendStatisticsResult>
AmazonSimpleEmailServiceAsync. getSendStatisticsAsync(AsyncHandler<GetSendStatisticsRequest,GetSendStatisticsResult> asyncHandler)
Simplified method form for invoking the GetSendStatistics operation with an AsyncHandler.Future<GetSendStatisticsResult>
AmazonSimpleEmailServiceAsync. getSendStatisticsAsync(GetSendStatisticsRequest getSendStatisticsRequest)
Returns the user's sending statistics.Future<GetSendStatisticsResult>
AmazonSimpleEmailServiceAsync. getSendStatisticsAsync(GetSendStatisticsRequest getSendStatisticsRequest, AsyncHandler<GetSendStatisticsRequest,GetSendStatisticsResult> asyncHandler)
Returns the user's sending statistics.Future<GetSendStatisticsResult>
AmazonSimpleEmailServiceAsyncClient. getSendStatisticsAsync()
Simplified method form for invoking the GetSendStatistics operation.Future<GetSendStatisticsResult>
AmazonSimpleEmailServiceAsyncClient. getSendStatisticsAsync(AsyncHandler<GetSendStatisticsRequest,GetSendStatisticsResult> asyncHandler)
Simplified method form for invoking the GetSendStatistics operation with an AsyncHandler.Future<GetSendStatisticsResult>
AmazonSimpleEmailServiceAsyncClient. getSendStatisticsAsync(GetSendStatisticsRequest request)
Future<GetSendStatisticsResult>
AmazonSimpleEmailServiceAsyncClient. getSendStatisticsAsync(GetSendStatisticsRequest request, AsyncHandler<GetSendStatisticsRequest,GetSendStatisticsResult> asyncHandler)
Method parameters in com.amazonaws.services.simpleemail with type arguments of type GetSendStatisticsResult Modifier and Type Method Description Future<GetSendStatisticsResult>
AbstractAmazonSimpleEmailServiceAsync. getSendStatisticsAsync(AsyncHandler<GetSendStatisticsRequest,GetSendStatisticsResult> asyncHandler)
Simplified method form for invoking the GetSendStatistics operation with an AsyncHandler.Future<GetSendStatisticsResult>
AbstractAmazonSimpleEmailServiceAsync. getSendStatisticsAsync(GetSendStatisticsRequest request, AsyncHandler<GetSendStatisticsRequest,GetSendStatisticsResult> asyncHandler)
Future<GetSendStatisticsResult>
AmazonSimpleEmailServiceAsync. getSendStatisticsAsync(AsyncHandler<GetSendStatisticsRequest,GetSendStatisticsResult> asyncHandler)
Simplified method form for invoking the GetSendStatistics operation with an AsyncHandler.Future<GetSendStatisticsResult>
AmazonSimpleEmailServiceAsync. getSendStatisticsAsync(GetSendStatisticsRequest getSendStatisticsRequest, AsyncHandler<GetSendStatisticsRequest,GetSendStatisticsResult> asyncHandler)
Returns the user's sending statistics.Future<GetSendStatisticsResult>
AmazonSimpleEmailServiceAsyncClient. getSendStatisticsAsync(AsyncHandler<GetSendStatisticsRequest,GetSendStatisticsResult> asyncHandler)
Simplified method form for invoking the GetSendStatistics operation with an AsyncHandler.Future<GetSendStatisticsResult>
AmazonSimpleEmailServiceAsyncClient. getSendStatisticsAsync(GetSendStatisticsRequest request, AsyncHandler<GetSendStatisticsRequest,GetSendStatisticsResult> asyncHandler)
-
Uses of GetSendStatisticsResult in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return GetSendStatisticsResult Modifier and Type Method Description GetSendStatisticsResult
GetSendStatisticsResult. clone()
GetSendStatisticsResult
GetSendStatisticsResult. withSendDataPoints(SendDataPoint... sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.GetSendStatisticsResult
GetSendStatisticsResult. withSendDataPoints(Collection<SendDataPoint> sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
-