Uses of Class
software.amazon.awssdk.services.workmail.model.MobileDeviceAccessRule
-
Packages that use MobileDeviceAccessRule Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of MobileDeviceAccessRule in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type MobileDeviceAccessRule Modifier and Type Method Description List<MobileDeviceAccessRule>ListMobileDeviceAccessRulesResponse. rules()The list of mobile device access rules that exist under the specified WorkMail organization.Methods in software.amazon.awssdk.services.workmail.model with parameters of type MobileDeviceAccessRule Modifier and Type Method Description ListMobileDeviceAccessRulesResponse.BuilderListMobileDeviceAccessRulesResponse.Builder. rules(MobileDeviceAccessRule... rules)The list of mobile device access rules that exist under the specified WorkMail organization.Method parameters in software.amazon.awssdk.services.workmail.model with type arguments of type MobileDeviceAccessRule Modifier and Type Method Description ListMobileDeviceAccessRulesResponse.BuilderListMobileDeviceAccessRulesResponse.Builder. rules(Collection<MobileDeviceAccessRule> rules)The list of mobile device access rules that exist under the specified WorkMail organization.
-