Uses of Class
software.amazon.awssdk.services.workmail.model.UpdateImpersonationRoleResponse
-
Packages that use UpdateImpersonationRoleResponse 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 UpdateImpersonationRoleResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return UpdateImpersonationRoleResponse Modifier and Type Method Description default UpdateImpersonationRoleResponseWorkMailClient. updateImpersonationRole(Consumer<UpdateImpersonationRoleRequest.Builder> updateImpersonationRoleRequest)Updates an impersonation role for the given WorkMail organization.default UpdateImpersonationRoleResponseWorkMailClient. updateImpersonationRole(UpdateImpersonationRoleRequest updateImpersonationRoleRequest)Updates an impersonation role for the given WorkMail organization.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type UpdateImpersonationRoleResponse Modifier and Type Method Description default CompletableFuture<UpdateImpersonationRoleResponse>WorkMailAsyncClient. updateImpersonationRole(Consumer<UpdateImpersonationRoleRequest.Builder> updateImpersonationRoleRequest)Updates an impersonation role for the given WorkMail organization.default CompletableFuture<UpdateImpersonationRoleResponse>WorkMailAsyncClient. updateImpersonationRole(UpdateImpersonationRoleRequest updateImpersonationRoleRequest)Updates an impersonation role for the given WorkMail organization.
-