Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Class and Description |
---|---|
class |
CanonicalGrantee
Represents a grantee identified by their canonical Amazon ID.
|
class |
EmailAddressGrantee
Represents an e-mail grantee.
|
class |
GroupGrantee
Specifies constants defining a group of Amazon S3 users
who can be granted permissions to
Amazon S3 buckets and objects.
|
Modifier and Type | Method and Description |
---|---|
Grantee |
Grant.getGrantee()
Gets the grantee being granted a permission by this grant.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessControlList.grantPermission(Grantee grantee,
Permission permission)
Adds a grantee to the access control list (ACL) with the given permission.
|
void |
AccessControlList.revokeAllPermissions(Grantee grantee)
Revokes the permissions of a grantee by removing the grantee from the access control list (ACL).
|
Constructor and Description |
---|
Grant(Grantee grantee,
Permission permission)
Constructs a new
Grant object using the specified grantee and permission
objects. |
Copyright © 2024. All rights reserved.