Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
Set<Grant> |
AccessControlList.getGrants()
Deprecated.
This will remove the duplicate grants if received from Amazon
S3. Use
AccessControlList.getGrantsAsList() instead. |
List<Grant> |
AccessControlList.getGrantsAsList()
Gets the list of
Grant objects in this access control list (ACL). |
Modifier and Type | Method and Description |
---|---|
void |
AccessControlList.grantAllPermissions(Grant... grantsVarArg)
Adds a set of grantee/permission pairs to the access control list (ACL), where each item in the
set is a
Grant object. |
Copyright © 2024. All rights reserved.