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
Subclasses with type arguments of type Statement.Effect in com.amazonaws.auth.policyModifier and TypeClassDescriptionstatic enumThe effect is the result that you want a policy statement to return at evaluation time.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.EffectReturns 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 TypeMethodDescriptionvoidStatement.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.