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 |
---|---|
GetSendQuotaResult |
AmazonSimpleEmailServiceClient.getSendQuota()
Returns the user's current sending limits.
|
GetSendQuotaResult |
AmazonSimpleEmailService.getSendQuota()
Returns the user's current sending limits.
|
GetSendQuotaResult |
AmazonSimpleEmailServiceClient.getSendQuota(GetSendQuotaRequest getSendQuotaRequest)
Returns the user's current sending limits.
|
GetSendQuotaResult |
AmazonSimpleEmailService.getSendQuota(GetSendQuotaRequest getSendQuotaRequest)
Returns the user's current sending limits.
|
Modifier and Type | Method and Description |
---|---|
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsync.getSendQuotaAsync(GetSendQuotaRequest getSendQuotaRequest)
Returns the user's current sending limits.
|
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsyncClient.getSendQuotaAsync(GetSendQuotaRequest getSendQuotaRequest)
Returns the user's current sending limits.
|
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsync.getSendQuotaAsync(GetSendQuotaRequest getSendQuotaRequest,
AsyncHandler<GetSendQuotaRequest,GetSendQuotaResult> asyncHandler)
Returns the user's current sending limits.
|
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsyncClient.getSendQuotaAsync(GetSendQuotaRequest getSendQuotaRequest,
AsyncHandler<GetSendQuotaRequest,GetSendQuotaResult> asyncHandler)
Returns the user's current sending limits.
|
Modifier and Type | Method and Description |
---|---|
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsync.getSendQuotaAsync(GetSendQuotaRequest getSendQuotaRequest,
AsyncHandler<GetSendQuotaRequest,GetSendQuotaResult> asyncHandler)
Returns the user's current sending limits.
|
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsyncClient.getSendQuotaAsync(GetSendQuotaRequest getSendQuotaRequest,
AsyncHandler<GetSendQuotaRequest,GetSendQuotaResult> asyncHandler)
Returns the user's current sending limits.
|
Modifier and Type | Method and Description |
---|---|
GetSendQuotaResult |
GetSendQuotaResult.clone() |
GetSendQuotaResult |
GetSendQuotaResult.withMax24HourSend(Double max24HourSend)
The maximum number of emails the user is allowed to send in a 24-hour
interval.
|
GetSendQuotaResult |
GetSendQuotaResult.withMaxSendRate(Double maxSendRate)
The maximum number of emails that Amazon SES can accept from the
user's account per second.
|
GetSendQuotaResult |
GetSendQuotaResult.withSentLast24Hours(Double sentLast24Hours)
The number of emails sent during the previous 24 hours.
|
Copyright © 2015. All rights reserved.