Class S3ObjectAclGranteeCanonicalUser

  • All Implemented Interfaces:
    S3ObjectAclGrantee

    public class S3ObjectAclGranteeCanonicalUser
    extends java.lang.Object
    implements S3ObjectAclGrantee
    Represents a grantee identified by their canonical Amazon ID.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.amazonaws.services.s3.model.Grantee create()  
      java.lang.String getId()
      Represents a grantee identified by their canonical Amazon ID.
      boolean grant()  
      void setId​(java.lang.String id)
      Represents a grantee identified by their canonical Amazon ID.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • S3ObjectAclGranteeCanonicalUser

        public S3ObjectAclGranteeCanonicalUser()
      • S3ObjectAclGranteeCanonicalUser

        public S3ObjectAclGranteeCanonicalUser​(java.lang.String id)
    • Method Detail

      • create

        public com.amazonaws.services.s3.model.Grantee create()
        Specified by:
        create in interface S3ObjectAclGrantee
      • getId

        public java.lang.String getId()
        Represents a grantee identified by their canonical Amazon ID.
      • setId

        public void setId​(java.lang.String id)
        Represents a grantee identified by their canonical Amazon ID.