Uses of Enum
com.amazonaws.auth.policy.Statement.Effect
Packages that use Statement.Effect
Package
Description
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.EffectModifier and TypeMethodDescriptionStatement.getEffect()
Returns the result effect of this policy statement when it is evaluated.static Statement.Effect
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.EffectModifier and TypeMethodDescriptionvoid
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.EffectModifierConstructorDescriptionStatement
(Statement.Effect effect) Constructs a new access control policy statement with the specified effect.