Uses of Class
software.amazon.awssdk.core.auth.policy.Statement.Effect
-
Packages that use Statement.Effect Package Description software.amazon.awssdk.core.auth.policy -
-
Uses of Statement.Effect in software.amazon.awssdk.core.auth.policy
Methods in software.amazon.awssdk.core.auth.policy that return Statement.Effect Modifier and Type Method Description Statement.EffectStatement. getEffect()Returns the result effect of this policy statement when it is evaluated.static Statement.EffectStatement.Effect. valueOf(String name)Returns the enum constant of this type with the specified name.static Statement.Effect[]Statement.Effect. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.core.auth.policy with parameters of type Statement.Effect Modifier and Type Method Description voidStatement. setEffect(Statement.Effect effect)Sets the result effect of this policy statement when it is evaluated.Constructors in software.amazon.awssdk.core.auth.policy with parameters of type Statement.Effect Constructor Description Statement(Statement.Effect effect)Constructs a new access control policy statement with the specified effect.
-