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