Package | Description |
---|---|
com.amazonaws.auth.policy |
Classes for creating custom AWS access control policies.
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
Statement.getActions()
Returns the list of actions to which this policy statement applies.
|
Modifier and Type | Method and Description |
---|---|
Statement |
Statement.withActions(Action... actions)
Sets the list of actions to which this policy statement applies and
returns this updated Statement object so that additional method calls can
be chained together.
|
Modifier and Type | Method and Description |
---|---|
void |
Statement.setActions(Collection<Action> actions)
Sets the list of actions to which this policy statement applies.
|
Copyright © 2020. All rights reserved.