Uses of Class
com.amazonaws.services.s3.model.AccessControlList
Packages that use AccessControlList
Package
Description
Synchronous client for accessing Amazon S3.
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 AccessControlListModifier and TypeMethodDescriptionvoid
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 AccessControlListModifier and TypeMethodDescriptionAbstractAmazonS3.getBucketAcl
(GetBucketAclRequest getBucketAclRequest) AbstractAmazonS3.getBucketAcl
(String bucketName) AmazonS3.getBucketAcl
(GetBucketAclRequest getBucketAclRequest) Gets theAccessControlList
(ACL) for the specified Amazon S3 bucket.AmazonS3.getBucketAcl
(String bucketName) Gets theAccessControlList
(ACL) for the specified Amazon S3 bucket.AmazonS3Client.getBucketAcl
(GetBucketAclRequest getBucketAclRequest) AmazonS3Client.getBucketAcl
(String bucketName) Gets theAccessControlList
(ACL) for the specified Amazon S3 bucket.AbstractAmazonS3.getObjectAcl
(GetObjectAclRequest getObjectAclRequest) AbstractAmazonS3.getObjectAcl
(String bucketName, String key) AbstractAmazonS3.getObjectAcl
(String bucketName, String key, String versionId) AmazonS3.getObjectAcl
(GetObjectAclRequest getObjectAclRequest) Gets theAccessControlList
(ACL) for the specified object in Amazon S3.AmazonS3.getObjectAcl
(String bucketName, String key) Gets theAccessControlList
(ACL) for the specified object in Amazon S3.AmazonS3.getObjectAcl
(String bucketName, String key, String versionId) Gets theAccessControlList
(ACL) for the specified object with the specified version in Amazon S3.AmazonS3Client.getObjectAcl
(GetObjectAclRequest getObjectAclRequest) AmazonS3Client.getObjectAcl
(String bucketName, String key) AmazonS3Client.getObjectAcl
(String bucketName, String key, String versionId) Methods in com.amazonaws.services.s3 with parameters of type AccessControlListModifier and TypeMethodDescriptionvoid
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 AccessControlListModifier and TypeMethodDescriptionAbstractPutObjectRequest.getAccessControlList()
Returns the optional access control list for the new object.CopyObjectRequest.getAccessControlList()
Returns the optional access control list for the new object.CreateBucketRequest.getAccessControlList()
Returns the optional access control list for the new bucket.InitiateMultipartUploadRequest.getAccessControlList()
Returns the optional access control list for the new upload.PutInstructionFileRequest.getAccessControlList()
Returns the optional access control list for the new object.SetBucketAclRequest.getAcl()
Returns the custom ACL to be applied to the specified bucket when this request is executed.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 AccessControlListModifier and TypeMethodDescriptionvoid
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.withAccessControlList
(AccessControlList accessControlList) Sets the optional access control list for the new object.CreateBucketRequest.withAccessControlList
(AccessControlList accessControlList) Sets the optional access control list for the new bucket.InitiateMultipartUploadRequest.withAccessControlList
(AccessControlList accessControlList) Sets the optional access control list for the new upload.PutInstructionFileRequest.withAccessControlList
(AccessControlList accessControlList) Sets the optional access control list for the new object.PutObjectRequest.withAccessControlList
(AccessControlList accessControlList) Constructors in com.amazonaws.services.s3.model with parameters of type AccessControlListModifierConstructorDescriptionSetBucketAclRequest
(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.