Class CanonicalGrantee

  • All Implemented Interfaces:
    GranteeInterface
    Direct Known Subclasses:
    UserByIdGrantee

    public class CanonicalGrantee
    extends Object
    implements GranteeInterface
    Represents a grantee identified by their canonical Amazon ID, which is something along the lines of an Amazon-internal ID specific to a user. For example, Amazon can map a grantee identified by an email address to a canonical ID.

    Canonical grantees may have an associated Display Name, which is a human-friendly name that Amazon has linked to the canonical ID (eg the user's login name).

    Author:
    James Murty