See: Description
Interface | Description |
---|---|
GranteeInterface |
Represents a grantee (entity) who can be assigned access permissions in an
AccessControlList . |
Class | Description |
---|---|
AccessControlList |
Represents an Amazon S3 Access Control List (ACL), including the ACL's set of grantees and the
permissions assigned to each grantee.
|
CanonicalGrantee |
Represents a grantee identified by their canonical Amazon ID, which is something along the lines
of an Amazon-internal ID specific to a user.
|
EmailAddressGrantee |
Represents an Email Grantee, that is a grantee identified by their email address and
authenticated by an Amazon system.
|
GrantAndPermission |
Simple container object to combine a grantee object with a permission object.
|
GroupGrantee |
Represents a Group grantee.
|
Permission |
Represents an access permission, as granted to grantees in an
AccessControlList . |
Access Control List (ACL) implementation classes and utilities.