| Package | Description |
|---|---|
| com.amazonaws.auth.policy |
Classes for creating custom AWS access control policies.
|
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
Statement.getResources()
Returns the resources associated with this policy statement.
|
| Modifier and Type | Method and Description |
|---|---|
Statement |
Statement.withResources(Resource... resources)
Sets the resources associated with this policy statement and returns this
updated Statement object so that additional method calls can be chained
together.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Statement.setResources(Collection<Resource> resources)
Sets the resources associated with this policy statement.
|
Copyright © 2014. All rights reserved.