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 TypeMethodDescriptionvoidS3Link.setAcl(AccessControlList acl) Sets the access control list for the object represented by this S3Link.voidS3Link.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 TypeMethodDescriptionvoidAbstractAmazonS3.setBucketAcl(String bucketName, AccessControlList acl) voidAmazonS3.setBucketAcl(String bucketName, AccessControlList acl) Sets theAccessControlListfor the specified Amazon S3 bucket.voidAmazonS3Client.setBucketAcl(String bucketName, AccessControlList acl) voidAmazonS3Client.setBucketAcl(String bucketName, AccessControlList acl, RequestMetricCollector requestMetricCollector) Same asAmazonS3Client.setBucketAcl(String, AccessControlList)but allows specifying a request metric collector.voidAbstractAmazonS3.setObjectAcl(String bucketName, String key, AccessControlList acl) voidAbstractAmazonS3.setObjectAcl(String bucketName, String key, String versionId, AccessControlList acl) voidAmazonS3.setObjectAcl(String bucketName, String key, AccessControlList acl) Sets theAccessControlListfor the specified object in Amazon S3.voidAmazonS3.setObjectAcl(String bucketName, String key, String versionId, AccessControlList acl) Sets theCannedAccessControlListfor the specified object with the specified version in Amazon S3.voidAmazonS3Client.setObjectAcl(String bucketName, String key, AccessControlList acl) voidAmazonS3Client.setObjectAcl(String bucketName, String key, String versionId, AccessControlList acl) voidAmazonS3Client.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 TypeMethodDescriptionvoidAbstractPutObjectRequest.setAccessControlList(AccessControlList accessControlList) Sets the optional access control list for the new object.voidCopyObjectRequest.setAccessControlList(AccessControlList accessControlList) Sets the optional access control list for the new object.voidCreateBucketRequest.setAccessControlList(AccessControlList accessControlList) Sets the optional access control list for the new bucket.voidInitiateMultipartUploadRequest.setAccessControlList(AccessControlList accessControlList) Sets the optional access control list for the new upload.voidPutInstructionFileRequest.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.