Uses of Class
software.amazon.awssdk.services.workmail.model.GetImpersonationRoleResponse
-
Packages that use GetImpersonationRoleResponse 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 GetImpersonationRoleResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return GetImpersonationRoleResponse Modifier and Type Method Description default GetImpersonationRoleResponseWorkMailClient. getImpersonationRole(Consumer<GetImpersonationRoleRequest.Builder> getImpersonationRoleRequest)Gets the impersonation role details for the given WorkMail organization.default GetImpersonationRoleResponseWorkMailClient. getImpersonationRole(GetImpersonationRoleRequest getImpersonationRoleRequest)Gets the impersonation role details for the given WorkMail organization.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type GetImpersonationRoleResponse Modifier and Type Method Description default CompletableFuture<GetImpersonationRoleResponse>WorkMailAsyncClient. getImpersonationRole(Consumer<GetImpersonationRoleRequest.Builder> getImpersonationRoleRequest)Gets the impersonation role details for the given WorkMail organization.default CompletableFuture<GetImpersonationRoleResponse>WorkMailAsyncClient. getImpersonationRole(GetImpersonationRoleRequest getImpersonationRoleRequest)Gets the impersonation role details for the given WorkMail organization.
-