Uses of Class
com.amazonaws.services.simpleemail.model.GetSendQuotaResult
Packages that use GetSendQuotaResult
-
Uses of GetSendQuotaResult in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail that return GetSendQuotaResultModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailService.getSendQuota()
AbstractAmazonSimpleEmailService.getSendQuota
(GetSendQuotaRequest request) AmazonSimpleEmailService.getSendQuota()
Simplified method form for invoking the GetSendQuota operation.AmazonSimpleEmailService.getSendQuota
(GetSendQuotaRequest getSendQuotaRequest) Returns the user's current sending limits.AmazonSimpleEmailServiceClient.getSendQuota()
AmazonSimpleEmailServiceClient.getSendQuota
(GetSendQuotaRequest getSendQuotaRequest) Returns the user's current sending limits.Methods in com.amazonaws.services.simpleemail that return types with arguments of type GetSendQuotaResultModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailServiceAsync.getSendQuotaAsync()
Simplified method form for invoking the GetSendQuota operation.AbstractAmazonSimpleEmailServiceAsync.getSendQuotaAsync
(AsyncHandler<GetSendQuotaRequest, GetSendQuotaResult> asyncHandler) Simplified method form for invoking the GetSendQuota operation with an AsyncHandler.AbstractAmazonSimpleEmailServiceAsync.getSendQuotaAsync
(GetSendQuotaRequest request) AbstractAmazonSimpleEmailServiceAsync.getSendQuotaAsync
(GetSendQuotaRequest request, AsyncHandler<GetSendQuotaRequest, GetSendQuotaResult> asyncHandler) AmazonSimpleEmailServiceAsync.getSendQuotaAsync()
Simplified method form for invoking the GetSendQuota operation.AmazonSimpleEmailServiceAsync.getSendQuotaAsync
(AsyncHandler<GetSendQuotaRequest, GetSendQuotaResult> asyncHandler) Simplified method form for invoking the GetSendQuota operation with an AsyncHandler.AmazonSimpleEmailServiceAsync.getSendQuotaAsync
(GetSendQuotaRequest getSendQuotaRequest) Returns the user's current sending limits.AmazonSimpleEmailServiceAsync.getSendQuotaAsync
(GetSendQuotaRequest getSendQuotaRequest, AsyncHandler<GetSendQuotaRequest, GetSendQuotaResult> asyncHandler) Returns the user's current sending limits.AmazonSimpleEmailServiceAsyncClient.getSendQuotaAsync()
Simplified method form for invoking the GetSendQuota operation.AmazonSimpleEmailServiceAsyncClient.getSendQuotaAsync
(AsyncHandler<GetSendQuotaRequest, GetSendQuotaResult> asyncHandler) Simplified method form for invoking the GetSendQuota operation with an AsyncHandler.AmazonSimpleEmailServiceAsyncClient.getSendQuotaAsync
(GetSendQuotaRequest request) AmazonSimpleEmailServiceAsyncClient.getSendQuotaAsync
(GetSendQuotaRequest request, AsyncHandler<GetSendQuotaRequest, GetSendQuotaResult> asyncHandler) Method parameters in com.amazonaws.services.simpleemail with type arguments of type GetSendQuotaResultModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailServiceAsync.getSendQuotaAsync
(AsyncHandler<GetSendQuotaRequest, GetSendQuotaResult> asyncHandler) Simplified method form for invoking the GetSendQuota operation with an AsyncHandler.AbstractAmazonSimpleEmailServiceAsync.getSendQuotaAsync
(GetSendQuotaRequest request, AsyncHandler<GetSendQuotaRequest, GetSendQuotaResult> asyncHandler) AmazonSimpleEmailServiceAsync.getSendQuotaAsync
(AsyncHandler<GetSendQuotaRequest, GetSendQuotaResult> asyncHandler) Simplified method form for invoking the GetSendQuota operation with an AsyncHandler.AmazonSimpleEmailServiceAsync.getSendQuotaAsync
(GetSendQuotaRequest getSendQuotaRequest, AsyncHandler<GetSendQuotaRequest, GetSendQuotaResult> asyncHandler) Returns the user's current sending limits.AmazonSimpleEmailServiceAsyncClient.getSendQuotaAsync
(AsyncHandler<GetSendQuotaRequest, GetSendQuotaResult> asyncHandler) Simplified method form for invoking the GetSendQuota operation with an AsyncHandler.AmazonSimpleEmailServiceAsyncClient.getSendQuotaAsync
(GetSendQuotaRequest request, AsyncHandler<GetSendQuotaRequest, GetSendQuotaResult> asyncHandler) -
Uses of GetSendQuotaResult in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return GetSendQuotaResultModifier and TypeMethodDescriptionGetSendQuotaResult.clone()
GetSendQuotaResult.withMax24HourSend
(Double max24HourSend) The maximum number of emails the user is allowed to send in a 24-hour interval.GetSendQuotaResult.withMaxSendRate
(Double maxSendRate) The maximum number of emails that Amazon SES can accept from the user's account per second.GetSendQuotaResult.withSentLast24Hours
(Double sentLast24Hours) The number of emails sent during the previous 24 hours.