Uses of Class
software.amazon.awssdk.services.workmail.model.MobileDeviceAccessRuleEffect
-
Packages that use MobileDeviceAccessRuleEffect Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of MobileDeviceAccessRuleEffect in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return MobileDeviceAccessRuleEffect Modifier and Type Method Description MobileDeviceAccessRuleEffectCreateMobileDeviceAccessRuleRequest. effect()The effect of the rule when it matches.MobileDeviceAccessRuleEffectGetMobileDeviceAccessEffectResponse. effect()The effect of the simulated access,ALLOWorDENY, after evaluating mobile device access rules in the WorkMail organization for the simulated user parameters.MobileDeviceAccessRuleEffectGetMobileDeviceAccessOverrideResponse. effect()The effect of the override,ALLOWorDENY.MobileDeviceAccessRuleEffectMobileDeviceAccessOverride. effect()The effect of the override,ALLOWorDENY.MobileDeviceAccessRuleEffectMobileDeviceAccessRule. effect()The effect of the rule when it matches.MobileDeviceAccessRuleEffectPutMobileDeviceAccessOverrideRequest. effect()The effect of the override,ALLOWorDENY.MobileDeviceAccessRuleEffectUpdateMobileDeviceAccessRuleRequest. effect()The effect of the rule when it matches.static MobileDeviceAccessRuleEffectMobileDeviceAccessRuleEffect. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static MobileDeviceAccessRuleEffectMobileDeviceAccessRuleEffect. valueOf(String name)Returns the enum constant of this type with the specified name.static MobileDeviceAccessRuleEffect[]MobileDeviceAccessRuleEffect. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type MobileDeviceAccessRuleEffect Modifier and Type Method Description static Set<MobileDeviceAccessRuleEffect>MobileDeviceAccessRuleEffect. knownValues()Methods in software.amazon.awssdk.services.workmail.model with parameters of type MobileDeviceAccessRuleEffect Modifier and Type Method Description CreateMobileDeviceAccessRuleRequest.BuilderCreateMobileDeviceAccessRuleRequest.Builder. effect(MobileDeviceAccessRuleEffect effect)The effect of the rule when it matches.GetMobileDeviceAccessEffectResponse.BuilderGetMobileDeviceAccessEffectResponse.Builder. effect(MobileDeviceAccessRuleEffect effect)The effect of the simulated access,ALLOWorDENY, after evaluating mobile device access rules in the WorkMail organization for the simulated user parameters.GetMobileDeviceAccessOverrideResponse.BuilderGetMobileDeviceAccessOverrideResponse.Builder. effect(MobileDeviceAccessRuleEffect effect)The effect of the override,ALLOWorDENY.MobileDeviceAccessOverride.BuilderMobileDeviceAccessOverride.Builder. effect(MobileDeviceAccessRuleEffect effect)The effect of the override,ALLOWorDENY.MobileDeviceAccessRule.BuilderMobileDeviceAccessRule.Builder. effect(MobileDeviceAccessRuleEffect effect)The effect of the rule when it matches.PutMobileDeviceAccessOverrideRequest.BuilderPutMobileDeviceAccessOverrideRequest.Builder. effect(MobileDeviceAccessRuleEffect effect)The effect of the override,ALLOWorDENY.UpdateMobileDeviceAccessRuleRequest.BuilderUpdateMobileDeviceAccessRuleRequest.Builder. effect(MobileDeviceAccessRuleEffect effect)The effect of the rule when it matches.
-