Uses of Class
software.amazon.awssdk.services.workmail.model.UpdateMailboxQuotaResponse
-
Packages that use UpdateMailboxQuotaResponse Package Description software.amazon.awssdk.services.workmail WorkMail is a secure, managed business email and calendaring service with support for existing desktop and mobile email clients. -
-
Uses of UpdateMailboxQuotaResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return UpdateMailboxQuotaResponse Modifier and Type Method Description default UpdateMailboxQuotaResponseWorkMailClient. updateMailboxQuota(Consumer<UpdateMailboxQuotaRequest.Builder> updateMailboxQuotaRequest)Updates a user's current mailbox quota for a specified organization and user.default UpdateMailboxQuotaResponseWorkMailClient. updateMailboxQuota(UpdateMailboxQuotaRequest updateMailboxQuotaRequest)Updates a user's current mailbox quota for a specified organization and user.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type UpdateMailboxQuotaResponse Modifier and Type Method Description default CompletableFuture<UpdateMailboxQuotaResponse>WorkMailAsyncClient. updateMailboxQuota(Consumer<UpdateMailboxQuotaRequest.Builder> updateMailboxQuotaRequest)Updates a user's current mailbox quota for a specified organization and user.default CompletableFuture<UpdateMailboxQuotaResponse>WorkMailAsyncClient. updateMailboxQuota(UpdateMailboxQuotaRequest updateMailboxQuotaRequest)Updates a user's current mailbox quota for a specified organization and user.
-