Uses of Class
com.amazonaws.auth.policy.Statement.Effect

Packages that use Statement.Effect
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
 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
 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
Statement(Statement.Effect effect)
          Constructs a new access control policy statement with the specified effect.
 



Copyright © 2016. All rights reserved.