Uses of Class
com.amazonaws.services.s3.model.AccessControlList
-
Packages that use AccessControlList Package Description 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 Modifier and Type Method Description 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 asS3Link.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 Modifier and Type Method Description AccessControlList
AbstractAmazonS3. getBucketAcl(GetBucketAclRequest getBucketAclRequest)
AccessControlList
AbstractAmazonS3. getBucketAcl(String bucketName)
AccessControlList
AmazonS3. getBucketAcl(GetBucketAclRequest getBucketAclRequest)
Gets theAccessControlList
(ACL) for the specified Amazon S3 bucket.AccessControlList
AmazonS3. getBucketAcl(String bucketName)
Gets theAccessControlList
(ACL) for the specified Amazon S3 bucket.AccessControlList
AmazonS3Client. getBucketAcl(GetBucketAclRequest getBucketAclRequest)
AccessControlList
AmazonS3Client. getBucketAcl(String bucketName)
Gets theAccessControlList
(ACL) for the specified Amazon S3 bucket.AccessControlList
AbstractAmazonS3. getObjectAcl(GetObjectAclRequest getObjectAclRequest)
AccessControlList
AbstractAmazonS3. getObjectAcl(String bucketName, String key)
AccessControlList
AbstractAmazonS3. getObjectAcl(String bucketName, String key, String versionId)
AccessControlList
AmazonS3. getObjectAcl(GetObjectAclRequest getObjectAclRequest)
Gets theAccessControlList
(ACL) for the specified object in Amazon S3.AccessControlList
AmazonS3. getObjectAcl(String bucketName, String key)
Gets theAccessControlList
(ACL) for the specified object in Amazon S3.AccessControlList
AmazonS3. getObjectAcl(String bucketName, String key, String versionId)
Gets theAccessControlList
(ACL) for the specified object with the specified version in Amazon S3.AccessControlList
AmazonS3Client. getObjectAcl(GetObjectAclRequest getObjectAclRequest)
AccessControlList
AmazonS3Client. getObjectAcl(String bucketName, String key)
AccessControlList
AmazonS3Client. getObjectAcl(String bucketName, String key, String versionId)
Methods in com.amazonaws.services.s3 with parameters of type AccessControlList Modifier and Type Method Description void
AbstractAmazonS3. setBucketAcl(String bucketName, AccessControlList acl)
void
AmazonS3. setBucketAcl(String bucketName, AccessControlList acl)
Sets theAccessControlList
for the specified Amazon S3 bucket.void
AmazonS3Client. setBucketAcl(String bucketName, AccessControlList acl)
void
AmazonS3Client. setBucketAcl(String bucketName, AccessControlList acl, RequestMetricCollector requestMetricCollector)
Same asAmazonS3Client.setBucketAcl(String, AccessControlList)
but allows specifying a request metric collector.void
AbstractAmazonS3. setObjectAcl(String bucketName, String key, AccessControlList acl)
void
AbstractAmazonS3. setObjectAcl(String bucketName, String key, String versionId, AccessControlList acl)
void
AmazonS3. setObjectAcl(String bucketName, String key, AccessControlList acl)
Sets theAccessControlList
for the specified object in Amazon S3.void
AmazonS3. setObjectAcl(String bucketName, String key, String versionId, AccessControlList acl)
Sets theCannedAccessControlList
for the specified object with the specified version in Amazon S3.void
AmazonS3Client. setObjectAcl(String bucketName, String key, AccessControlList acl)
void
AmazonS3Client. setObjectAcl(String bucketName, String key, String versionId, AccessControlList acl)
void
AmazonS3Client. setObjectAcl(String bucketName, String key, String versionId, AccessControlList acl, RequestMetricCollector requestMetricCollector)
Same asAmazonS3Client.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 Modifier and Type Method Description AccessControlList
AbstractPutObjectRequest. getAccessControlList()
Returns the optional access control list for the new object.AccessControlList
CopyObjectRequest. getAccessControlList()
Returns the optional access control list for the new object.AccessControlList
CreateBucketRequest. getAccessControlList()
Returns the optional access control list for the new bucket.AccessControlList
InitiateMultipartUploadRequest. getAccessControlList()
Returns the optional access control list for the new upload.AccessControlList
PutInstructionFileRequest. 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.AccessControlList
SetObjectAclRequest. getAcl()
Returns the custom ACL to be applied to the specified object when this request is executed.Methods in com.amazonaws.services.s3.model with parameters of type AccessControlList Modifier and Type Method Description void
AbstractPutObjectRequest. setAccessControlList(AccessControlList accessControlList)
Sets the optional access control list for the new object.void
CopyObjectRequest. setAccessControlList(AccessControlList accessControlList)
Sets the optional access control list for the new object.void
CreateBucketRequest. setAccessControlList(AccessControlList accessControlList)
Sets the optional access control list for the new bucket.void
InitiateMultipartUploadRequest. setAccessControlList(AccessControlList accessControlList)
Sets the optional access control list for the new upload.void
PutInstructionFileRequest. setAccessControlList(AccessControlList accessControlList)
Sets the optional access control list for the new object.<T extends AbstractPutObjectRequest>
TAbstractPutObjectRequest. withAccessControlList(AccessControlList accessControlList)
Sets the optional access control list for the new object.CopyObjectRequest
CopyObjectRequest. withAccessControlList(AccessControlList accessControlList)
Sets the optional access control list for the new object.CreateBucketRequest
CreateBucketRequest. withAccessControlList(AccessControlList accessControlList)
Sets the optional access control list for the new bucket.InitiateMultipartUploadRequest
InitiateMultipartUploadRequest. withAccessControlList(AccessControlList accessControlList)
Sets the optional access control list for the new upload.PutInstructionFileRequest
PutInstructionFileRequest. withAccessControlList(AccessControlList accessControlList)
Sets the optional access control list for the new object.PutObjectRequest
PutObjectRequest. withAccessControlList(AccessControlList accessControlList)
Constructors in com.amazonaws.services.s3.model with parameters of type AccessControlList Constructor Description 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.SetObjectAclRequest(String bucketName, String key, AccessControlList acl)
Constructs a new SetObjectAclRequest object, ready to set the specified ACL on the specified object when this request is executed.SetObjectAclRequest(String bucketName, String key, String versionId, AccessControlList acl)
Constructs a new SetObjectAclRequest object, ready to set the specified ACL on the specified object when this request is executed.
-