class AccessControlList extends com.amazonaws.services.s3.model.AccessControlList
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AccessControlList
- AccessControlList
- S3RequesterChargedResult
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AccessControlList(acl: com.amazonaws.services.s3.model.AccessControlList)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AccessControlList → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getGrantsAsList(): List[com.amazonaws.services.s3.model.Grant]
- Definition Classes
- AccessControlList
- def getOwner(): com.amazonaws.services.s3.model.Owner
- Definition Classes
- AccessControlList
- def grant(grantee: Grantee, permission: Permission): Unit
- def grantAll(grants: Grant*): Unit
- def grantAllPermissions(arg0: <repeated...>[com.amazonaws.services.s3.model.Grant]): Unit
- Definition Classes
- AccessControlList
- Annotations
- @transient()
- def grantPermission(arg0: com.amazonaws.services.s3.model.Grantee, arg1: com.amazonaws.services.s3.model.Permission): Unit
- Definition Classes
- AccessControlList
- def grants: Set[Grant]
- def hashCode(): Int
- Definition Classes
- AccessControlList → AnyRef → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isRequesterCharged(): Boolean
- Definition Classes
- AccessControlList → S3RequesterChargedResult
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def owner(newOwner: Owner): Unit
- def owner: Owner
- def revokeAll(grantee: Grantee): Unit
- def revokeAllPermissions(arg0: com.amazonaws.services.s3.model.Grantee): Unit
- Definition Classes
- AccessControlList
- def setOwner(arg0: com.amazonaws.services.s3.model.Owner): Unit
- Definition Classes
- AccessControlList
- def setRequesterCharged(arg0: Boolean): Unit
- Definition Classes
- AccessControlList → S3RequesterChargedResult
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AccessControlList → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- def getGrants(): Set[com.amazonaws.services.s3.model.Grant]
- Definition Classes
- AccessControlList
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.