Uses of Class
software.amazon.awssdk.services.workmail.model.AccessEffect
-
Packages that use AccessEffect Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of AccessEffect in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return AccessEffect Modifier and Type Method Description AccessEffectGetImpersonationRoleEffectResponse. effect()Effect of the impersonation role on the target user based on its rules.AccessEffectImpersonationRule. effect()The effect of the rule when it matches the input.static AccessEffectAccessEffect. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AccessEffectAccessEffect. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessEffect[]AccessEffect. 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 AccessEffect Modifier and Type Method Description static Set<AccessEffect>AccessEffect. knownValues()Methods in software.amazon.awssdk.services.workmail.model with parameters of type AccessEffect Modifier and Type Method Description GetImpersonationRoleEffectResponse.BuilderGetImpersonationRoleEffectResponse.Builder. effect(AccessEffect effect)Effect of the impersonation role on the target user based on its rules.ImpersonationRule.BuilderImpersonationRule.Builder. effect(AccessEffect effect)The effect of the rule when it matches the input.
-