Uses of Class
com.amazonaws.services.s3.model.AccessControlList

Packages that use AccessControlList
com.amazonaws.services.dynamodbv2.datamodeling   
com.amazonaws.services.s3 Synchronous client for accessing Amazon S3. 
com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. 
 

Uses of AccessControlList in com.amazonaws.services.dynamodbv2.datamodeling
 

Methods in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type AccessControlList
 void S3Link.setAcl(AccessControlList acl)
          Sets the access control list for the object represented by this S3Link.
 void S3Link.setAcl(AccessControlList acl, RequestMetricCollector requestMetricCollector)
          Same as S3Link.setAcl(AccessControlList) but allows specifying a request metric collector.
 

Uses of AccessControlList in com.amazonaws.services.s3
 

Methods in com.amazonaws.services.s3 that return AccessControlList
 AccessControlList AmazonS3Client.getBucketAcl(GetBucketAclRequest getBucketAclRequest)
           
 AccessControlList AmazonS3.getBucketAcl(GetBucketAclRequest getBucketAclRequest)
          Gets the AccessControlList (ACL) for the specified Amazon S3 bucket.
 AccessControlList AmazonS3Client.getBucketAcl(String bucketName)
           
 AccessControlList AmazonS3.getBucketAcl(String bucketName)
           Gets the AccessControlList (ACL) for the specified Amazon S3 bucket.
 AccessControlList AmazonS3Client.getObjectAcl(String bucketName, String key)
           
 AccessControlList AmazonS3.getObjectAcl(String bucketName, String key)
           Gets the AccessControlList (ACL) for the specified object in Amazon S3.
 AccessControlList AmazonS3Client.getObjectAcl(String bucketName, String key, String versionId)
           
 AccessControlList AmazonS3.getObjectAcl(String bucketName, String key, String versionId)
           Gets the AccessControlList (ACL) for the specified object with the specified version in Amazon S3.
 

Methods in com.amazonaws.services.s3 with parameters of type AccessControlList
 void AmazonS3Client.setBucketAcl(String bucketName, AccessControlList acl)
           
 void AmazonS3.setBucketAcl(String bucketName, AccessControlList acl)
           Sets the AccessControlList for the specified Amazon S3 bucket.
 void AmazonS3Client.setBucketAcl(String bucketName, AccessControlList acl, RequestMetricCollector requestMetricCollector)
          Same as AmazonS3Client.setBucketAcl(String, AccessControlList) but allows specifying a request metric collector.
 void AmazonS3Client.setObjectAcl(String bucketName, String key, AccessControlList acl)
           
 void AmazonS3.setObjectAcl(String bucketName, String key, AccessControlList acl)
           Sets the AccessControlList for the specified object in Amazon S3.
 void AmazonS3Client.setObjectAcl(String bucketName, String key, String versionId, AccessControlList acl)
           
 void AmazonS3.setObjectAcl(String bucketName, String key, String versionId, AccessControlList acl)
           Sets the CannedAccessControlList for the specified object with the specified version in Amazon S3.
 void AmazonS3Client.setObjectAcl(String bucketName, String key, String versionId, AccessControlList acl, RequestMetricCollector requestMetricCollector)
          Same as AmazonS3Client.setObjectAcl(String, String, String, AccessControlList) but allows specifying a request metric collector.
 

Uses of AccessControlList in com.amazonaws.services.s3.model
 

Methods in com.amazonaws.services.s3.model that return AccessControlList
 AccessControlList PutObjectRequest.getAccessControlList()
          Returns the optional access control list for the new object.
 AccessControlList InitiateMultipartUploadRequest.getAccessControlList()
          Returns the optional access control list for the new upload.
 AccessControlList CreateBucketRequest.getAccessControlList()
          Returns the optional access control list for the new bucket.
 AccessControlList CopyObjectRequest.getAccessControlList()
          Returns the optional access control list for the new object.
 AccessControlList SetBucketAclRequest.getAcl()
          Returns the custom ACL to be applied to the specified bucket when this request is executed.
 

Methods in com.amazonaws.services.s3.model with parameters of type AccessControlList
 void PutObjectRequest.setAccessControlList(AccessControlList accessControlList)
          Sets the optional access control list for the new object.
 void InitiateMultipartUploadRequest.setAccessControlList(AccessControlList accessControlList)
          Sets the optional access control list for the new upload.
 void CreateBucketRequest.setAccessControlList(AccessControlList accessControlList)
          Sets the optional access control list for the new bucket.
 void CopyObjectRequest.setAccessControlList(AccessControlList accessControlList)
          Sets the optional access control list for the new object.
 PutObjectRequest PutObjectRequest.withAccessControlList(AccessControlList accessControlList)
          Sets the optional access control list for the new object.
 InitiateMultipartUploadRequest InitiateMultipartUploadRequest.withAccessControlList(AccessControlList accessControlList)
          Sets the optional access control list for the new upload.
 CreateBucketRequest CreateBucketRequest.withAccessControlList(AccessControlList accessControlList)
          Sets the optional access control list for the new bucket.
 CopyObjectRequest CopyObjectRequest.withAccessControlList(AccessControlList accessControlList)
          Sets the optional access control list for the new object.
 

Constructors in com.amazonaws.services.s3.model with parameters of type AccessControlList
SetBucketAclRequest(String bucketName, AccessControlList acl)
          Constructs a new SetBucketAclRequest object, ready to set the specified ACL on the specified bucket when this request is executed.
 



Copyright © 2016. All rights reserved.