Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Future<GetSendStatisticsResult> |
AmazonSimpleEmailServiceAsync.getSendStatisticsAsync(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,
AsyncHandler<GetSendStatisticsRequest,GetSendStatisticsResult> asyncHandler)
Returns the user's sending statistics.
|
Future<GetSendStatisticsResult> |
AmazonSimpleEmailServiceAsyncClient.getSendStatisticsAsync(GetSendStatisticsRequest getSendStatisticsRequest,
AsyncHandler<GetSendStatisticsRequest,GetSendStatisticsResult> asyncHandler)
Returns the user's sending statistics.
|
Modifier and Type | Method and Description |
---|---|
Future<GetSendStatisticsResult> |
AmazonSimpleEmailServiceAsync.getSendStatisticsAsync(GetSendStatisticsRequest getSendStatisticsRequest,
AsyncHandler<GetSendStatisticsRequest,GetSendStatisticsResult> asyncHandler)
Returns the user's sending statistics.
|
Future<GetSendStatisticsResult> |
AmazonSimpleEmailServiceAsyncClient.getSendStatisticsAsync(GetSendStatisticsRequest getSendStatisticsRequest,
AsyncHandler<GetSendStatisticsRequest,GetSendStatisticsResult> asyncHandler)
Returns the user's sending statistics.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.