|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetSendQuotaResult | |
---|---|
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 GetSendQuotaResult in com.amazonaws.services.simpleemail |
---|
Methods in com.amazonaws.services.simpleemail that return GetSendQuotaResult | |
---|---|
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. |
Methods in com.amazonaws.services.simpleemail that return types with arguments of type GetSendQuotaResult | |
---|---|
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsyncClient.getSendQuotaAsync(GetSendQuotaRequest getSendQuotaRequest)
Returns the user's current sending limits. |
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsync.getSendQuotaAsync(GetSendQuotaRequest getSendQuotaRequest)
Returns the user's current sending limits. |
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsyncClient.getSendQuotaAsync(GetSendQuotaRequest getSendQuotaRequest,
AsyncHandler<GetSendQuotaRequest,GetSendQuotaResult> asyncHandler)
Returns the user's current sending limits. |
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsync.getSendQuotaAsync(GetSendQuotaRequest getSendQuotaRequest,
AsyncHandler<GetSendQuotaRequest,GetSendQuotaResult> asyncHandler)
Returns the user's current sending limits. |
Method parameters in com.amazonaws.services.simpleemail with type arguments of type GetSendQuotaResult | |
---|---|
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsyncClient.getSendQuotaAsync(GetSendQuotaRequest getSendQuotaRequest,
AsyncHandler<GetSendQuotaRequest,GetSendQuotaResult> asyncHandler)
Returns the user's current sending limits. |
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsync.getSendQuotaAsync(GetSendQuotaRequest getSendQuotaRequest,
AsyncHandler<GetSendQuotaRequest,GetSendQuotaResult> asyncHandler)
Returns the user's current sending limits. |
Uses of GetSendQuotaResult in com.amazonaws.services.simpleemail.model |
---|
Methods in com.amazonaws.services.simpleemail.model that return GetSendQuotaResult | |
---|---|
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 the user is allowed to send per second. |
GetSendQuotaResult |
GetSendQuotaResult.withSentLast24Hours(Double sentLast24Hours)
The number of emails sent during the previous 24 hours. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |