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