Uses of Class
software.amazon.awssdk.services.workmail.model.ImpersonationMatchedRule
-
Packages that use ImpersonationMatchedRule Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of ImpersonationMatchedRule in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type ImpersonationMatchedRule Modifier and Type Method Description List<ImpersonationMatchedRule>GetImpersonationRoleEffectResponse. matchedRules()A list of the rules that match the input and produce the configured effect.Methods in software.amazon.awssdk.services.workmail.model with parameters of type ImpersonationMatchedRule Modifier and Type Method Description GetImpersonationRoleEffectResponse.BuilderGetImpersonationRoleEffectResponse.Builder. matchedRules(ImpersonationMatchedRule... matchedRules)A list of the rules that match the input and produce the configured effect.Method parameters in software.amazon.awssdk.services.workmail.model with type arguments of type ImpersonationMatchedRule Modifier and Type Method Description GetImpersonationRoleEffectResponse.BuilderGetImpersonationRoleEffectResponse.Builder. matchedRules(Collection<ImpersonationMatchedRule> matchedRules)A list of the rules that match the input and produce the configured effect.
-