Package | Description |
---|---|
com.amazonaws.services.simpleemail |
|
com.amazonaws.services.simpleemail.model |
Modifier and Type | Method and Description |
---|---|
GetSendQuotaResult |
AmazonSimpleEmailServiceClient.getSendQuota() |
GetSendQuotaResult |
AbstractAmazonSimpleEmailService.getSendQuota() |
GetSendQuotaResult |
AmazonSimpleEmailService.getSendQuota()
Simplified method form for invoking the GetSendQuota operation.
|
GetSendQuotaResult |
AmazonSimpleEmailServiceClient.getSendQuota(GetSendQuotaRequest request)
Provides the sending limits for the Amazon SES account.
|
GetSendQuotaResult |
AbstractAmazonSimpleEmailService.getSendQuota(GetSendQuotaRequest request) |
GetSendQuotaResult |
AmazonSimpleEmailService.getSendQuota(GetSendQuotaRequest getSendQuotaRequest)
Provides the sending limits for the Amazon SES account.
|
Modifier and Type | Method and Description |
---|---|
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsync.getSendQuotaAsync()
Simplified method form for invoking the GetSendQuota operation.
|
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsyncClient.getSendQuotaAsync()
Simplified method form for invoking the GetSendQuota operation.
|
Future<GetSendQuotaResult> |
AbstractAmazonSimpleEmailServiceAsync.getSendQuotaAsync()
Simplified method form for invoking the GetSendQuota operation.
|
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsync.getSendQuotaAsync(AsyncHandler<GetSendQuotaRequest,GetSendQuotaResult> asyncHandler)
Simplified method form for invoking the GetSendQuota operation with an AsyncHandler.
|
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsyncClient.getSendQuotaAsync(AsyncHandler<GetSendQuotaRequest,GetSendQuotaResult> asyncHandler)
Simplified method form for invoking the GetSendQuota operation with an AsyncHandler.
|
Future<GetSendQuotaResult> |
AbstractAmazonSimpleEmailServiceAsync.getSendQuotaAsync(AsyncHandler<GetSendQuotaRequest,GetSendQuotaResult> asyncHandler)
Simplified method form for invoking the GetSendQuota operation with an AsyncHandler.
|
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsync.getSendQuotaAsync(GetSendQuotaRequest getSendQuotaRequest)
Provides the sending limits for the Amazon SES account.
|
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsyncClient.getSendQuotaAsync(GetSendQuotaRequest request) |
Future<GetSendQuotaResult> |
AbstractAmazonSimpleEmailServiceAsync.getSendQuotaAsync(GetSendQuotaRequest request) |
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsync.getSendQuotaAsync(GetSendQuotaRequest getSendQuotaRequest,
AsyncHandler<GetSendQuotaRequest,GetSendQuotaResult> asyncHandler)
Provides the sending limits for the Amazon SES account.
|
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsyncClient.getSendQuotaAsync(GetSendQuotaRequest request,
AsyncHandler<GetSendQuotaRequest,GetSendQuotaResult> asyncHandler) |
Future<GetSendQuotaResult> |
AbstractAmazonSimpleEmailServiceAsync.getSendQuotaAsync(GetSendQuotaRequest request,
AsyncHandler<GetSendQuotaRequest,GetSendQuotaResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsync.getSendQuotaAsync(AsyncHandler<GetSendQuotaRequest,GetSendQuotaResult> asyncHandler)
Simplified method form for invoking the GetSendQuota operation with an AsyncHandler.
|
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsyncClient.getSendQuotaAsync(AsyncHandler<GetSendQuotaRequest,GetSendQuotaResult> asyncHandler)
Simplified method form for invoking the GetSendQuota operation with an AsyncHandler.
|
Future<GetSendQuotaResult> |
AbstractAmazonSimpleEmailServiceAsync.getSendQuotaAsync(AsyncHandler<GetSendQuotaRequest,GetSendQuotaResult> asyncHandler)
Simplified method form for invoking the GetSendQuota operation with an AsyncHandler.
|
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsync.getSendQuotaAsync(GetSendQuotaRequest getSendQuotaRequest,
AsyncHandler<GetSendQuotaRequest,GetSendQuotaResult> asyncHandler)
Provides the sending limits for the Amazon SES account.
|
Future<GetSendQuotaResult> |
AmazonSimpleEmailServiceAsyncClient.getSendQuotaAsync(GetSendQuotaRequest request,
AsyncHandler<GetSendQuotaRequest,GetSendQuotaResult> asyncHandler) |
Future<GetSendQuotaResult> |
AbstractAmazonSimpleEmailServiceAsync.getSendQuotaAsync(GetSendQuotaRequest request,
AsyncHandler<GetSendQuotaRequest,GetSendQuotaResult> asyncHandler) |
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 © 2020. All rights reserved.