Package | Description |
---|---|
com.amazonaws.auth.policy |
Classes for creating custom AWS access control policies.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Statement.setEffect(Statement.Effect effect)
Sets the result effect of this policy statement when it is evaluated.
|
Constructor and Description |
---|
Statement(Statement.Effect effect)
Constructs a new access control policy statement with the specified
effect.
|
Copyright © 2019. All rights reserved.