| Package | Description |
|---|---|
| com.amazonaws.services.glacier.model |
| Modifier and Type | Method and Description |
|---|---|
Grant |
Grant.clone() |
Grant |
Grant.withGrantee(Grantee grantee)
The grantee.
|
Grant |
Grant.withPermission(Permission permission)
Specifies the permission given to the grantee.
|
Grant |
Grant.withPermission(String permission)
Specifies the permission given to the grantee.
|
| Modifier and Type | Method and Description |
|---|---|
List<Grant> |
S3Location.getAccessControlList()
A list of grants that control access to the staged results.
|
| Modifier and Type | Method and Description |
|---|---|
S3Location |
S3Location.withAccessControlList(Grant... accessControlList)
A list of grants that control access to the staged results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3Location.setAccessControlList(Collection<Grant> accessControlList)
A list of grants that control access to the staged results.
|
S3Location |
S3Location.withAccessControlList(Collection<Grant> accessControlList)
A list of grants that control access to the staged results.
|
Copyright © 2021. All rights reserved.