Package | Description |
---|---|
software.amazon.awssdk.services.ses |
|
Modifier and Type | Method and Description |
---|---|
default GetSendQuotaResponse |
SesClient.getSendQuota()
Provides the sending limits for the Amazon SES account.
|
default GetSendQuotaResponse |
SesClient.getSendQuota(Consumer<GetSendQuotaRequest.Builder> getSendQuotaRequest)
Provides the sending limits for the Amazon SES account.
|
default GetSendQuotaResponse |
SesClient.getSendQuota(GetSendQuotaRequest getSendQuotaRequest)
Provides the sending limits for the Amazon SES account.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<GetSendQuotaResponse> |
SesAsyncClient.getSendQuota()
Provides the sending limits for the Amazon SES account.
|
default CompletableFuture<GetSendQuotaResponse> |
SesAsyncClient.getSendQuota(Consumer<GetSendQuotaRequest.Builder> getSendQuotaRequest)
Provides the sending limits for the Amazon SES account.
|
default CompletableFuture<GetSendQuotaResponse> |
SesAsyncClient.getSendQuota(GetSendQuotaRequest getSendQuotaRequest)
Provides the sending limits for the Amazon SES account.
|
Copyright © 2019. All rights reserved.