Uses of Class
com.amazonaws.auth.policy.Statement.Effect
-
Packages that use Statement.Effect Package Description com.amazonaws.auth.policy Classes for creating custom AWS access control policies. -
-
Uses of Statement.Effect in com.amazonaws.auth.policy
Methods in com.amazonaws.auth.policy that return Statement.Effect Modifier and Type Method Description Statement.Effect
Statement. getEffect()
Returns the result effect of this policy statement when it is evaluated.static Statement.Effect
Statement.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 com.amazonaws.auth.policy with parameters of type Statement.Effect Modifier and Type Method Description void
Statement. setEffect(Statement.Effect effect)
Sets the result effect of this policy statement when it is evaluated.Constructors in com.amazonaws.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.
-