Java com.amazonaws.services.s3.model AccessControlList fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.model AccessControlList fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.model AccessControlList.

The text is from its open source code.

Constructor

Method

SetgetGrants()
Gets the set of Grant objects in this access control list (ACL).
ListgetGrantsAsList()
Gets the list of Grant objects in this access control list (ACL).
OwnergetOwner()
Gets the owner of the AccessControlList .
voidgrantAllPermissions(Grant... grantsVarArg)
Adds a set of grantee/permission pairs to the access control list (ACL), where each item in the set is a Grant object.
voidgrantPermission(Grantee grantee, Permission permission)
Adds a grantee to the access control list (ACL) with the given permission.
voidrevokeAllPermissions(Grantee grantee)
Revokes the permissions of a grantee by removing the grantee from the access control list (ACL).
voidsetOwner(Owner owner)
Sets the owner of the AccessControlList .