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