Uses of Class
software.amazon.awssdk.services.workmail.model.MobileDeviceAccessMatchedRule
-
Packages that use MobileDeviceAccessMatchedRule Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of MobileDeviceAccessMatchedRule in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type MobileDeviceAccessMatchedRule Modifier and Type Method Description List<MobileDeviceAccessMatchedRule>GetMobileDeviceAccessEffectResponse. matchedRules()A list of the rules which matched the simulated user input and produced the effect.Methods in software.amazon.awssdk.services.workmail.model with parameters of type MobileDeviceAccessMatchedRule Modifier and Type Method Description GetMobileDeviceAccessEffectResponse.BuilderGetMobileDeviceAccessEffectResponse.Builder. matchedRules(MobileDeviceAccessMatchedRule... matchedRules)A list of the rules which matched the simulated user input and produced the effect.Method parameters in software.amazon.awssdk.services.workmail.model with type arguments of type MobileDeviceAccessMatchedRule Modifier and Type Method Description GetMobileDeviceAccessEffectResponse.BuilderGetMobileDeviceAccessEffectResponse.Builder. matchedRules(Collection<MobileDeviceAccessMatchedRule> matchedRules)A list of the rules which matched the simulated user input and produced the effect.
-