Uses of Class
software.amazon.awssdk.services.workmail.model.GetImpersonationRoleEffectResponse
-
Packages that use GetImpersonationRoleEffectResponse 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 GetImpersonationRoleEffectResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return GetImpersonationRoleEffectResponse Modifier and Type Method Description default GetImpersonationRoleEffectResponseWorkMailClient. getImpersonationRoleEffect(Consumer<GetImpersonationRoleEffectRequest.Builder> getImpersonationRoleEffectRequest)Tests whether the given impersonation role can impersonate a target user.default GetImpersonationRoleEffectResponseWorkMailClient. getImpersonationRoleEffect(GetImpersonationRoleEffectRequest getImpersonationRoleEffectRequest)Tests whether the given impersonation role can impersonate a target user.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type GetImpersonationRoleEffectResponse Modifier and Type Method Description default CompletableFuture<GetImpersonationRoleEffectResponse>WorkMailAsyncClient. getImpersonationRoleEffect(Consumer<GetImpersonationRoleEffectRequest.Builder> getImpersonationRoleEffectRequest)Tests whether the given impersonation role can impersonate a target user.default CompletableFuture<GetImpersonationRoleEffectResponse>WorkMailAsyncClient. getImpersonationRoleEffect(GetImpersonationRoleEffectRequest getImpersonationRoleEffectRequest)Tests whether the given impersonation role can impersonate a target user.
-