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