Uses of Class
software.amazon.awssdk.services.workmail.model.ImpersonationRole
-
Packages that use ImpersonationRole Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of ImpersonationRole in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type ImpersonationRole Modifier and Type Method Description List<ImpersonationRole>ListImpersonationRolesResponse. roles()The list of impersonation roles under the given WorkMail organization.Methods in software.amazon.awssdk.services.workmail.model with parameters of type ImpersonationRole Modifier and Type Method Description ListImpersonationRolesResponse.BuilderListImpersonationRolesResponse.Builder. roles(ImpersonationRole... roles)The list of impersonation roles under the given WorkMail organization.Method parameters in software.amazon.awssdk.services.workmail.model with type arguments of type ImpersonationRole Modifier and Type Method Description ListImpersonationRolesResponse.BuilderListImpersonationRolesResponse.Builder. roles(Collection<ImpersonationRole> roles)The list of impersonation roles under the given WorkMail organization.
-