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