Uses of Enum
com.amazonaws.services.s3.model.CannedAccessControlList
Packages that use CannedAccessControlList
Package
Description
Collection of AWS access control policy conditions.
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of CannedAccessControlList in com.amazonaws.auth.policy.conditions
Methods in com.amazonaws.auth.policy.conditions with parameters of type CannedAccessControlListModifier and TypeMethodDescriptionstatic ConditionS3ConditionFactory.newCannedACLCondition(CannedAccessControlList cannedAcl) Constructs a new access policy condition that compares an Amazon S3 canned ACL with the canned ACL specified by an incoming request. -
Uses of CannedAccessControlList in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type CannedAccessControlListModifier and TypeMethodDescriptionvoidS3Link.setAcl(CannedAccessControlList acl) Sets the access control list for the object represented by this S3Link.voidS3Link.setAcl(CannedAccessControlList acl, RequestMetricCollector col) -
Uses of CannedAccessControlList in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type CannedAccessControlListModifier and TypeMethodDescriptionvoidAbstractAmazonS3.setBucketAcl(String bucketName, CannedAccessControlList cannedAcl) voidAmazonS3.setBucketAcl(String bucketName, CannedAccessControlList acl) Sets theCannedAccessControlListfor the specified Amazon S3 bucket using one of the pre-configuredCannedAccessControlLists.voidAmazonS3Client.setBucketAcl(String bucketName, CannedAccessControlList cannedAcl) voidAmazonS3Client.setBucketAcl(String bucketName, CannedAccessControlList cannedAcl, RequestMetricCollector requestMetricCollector) Same asAmazonS3Client.setBucketAcl(String, CannedAccessControlList)but allows specifying a request metric collector.voidAbstractAmazonS3.setObjectAcl(String bucketName, String key, CannedAccessControlList acl) voidAbstractAmazonS3.setObjectAcl(String bucketName, String key, String versionId, CannedAccessControlList acl) voidAmazonS3.setObjectAcl(String bucketName, String key, CannedAccessControlList acl) Sets theCannedAccessControlListfor the specified object in Amazon S3 using one of the pre-configuredCannedAccessControlLists.voidAmazonS3.setObjectAcl(String bucketName, String key, String versionId, CannedAccessControlList acl) Sets theCannedAccessControlListfor the specified object with the specified version ID in Amazon S3 using one of the pre-configuredCannedAccessControlLists.voidAmazonS3Client.setObjectAcl(String bucketName, String key, CannedAccessControlList acl) voidAmazonS3Client.setObjectAcl(String bucketName, String key, String versionId, CannedAccessControlList acl) voidAmazonS3Client.setObjectAcl(String bucketName, String key, String versionId, CannedAccessControlList acl, RequestMetricCollector requestMetricCollector) Same asAmazonS3Client.setObjectAcl(String, String, String, CannedAccessControlList)but allows specifying a request metric collector. -
Uses of CannedAccessControlList in com.amazonaws.services.s3.model
Subclasses with type arguments of type CannedAccessControlList in com.amazonaws.services.s3.modelModifier and TypeClassDescriptionenumSpecifies constants defining a canned access control list.Methods in com.amazonaws.services.s3.model that return CannedAccessControlListModifier and TypeMethodDescriptionCopyObjectRequest.getCannedAccessControlList()Gets the canned ACL to use for the new, copied object.AbstractPutObjectRequest.getCannedAcl()Gets the optional pre-configured access control policy to use for the new object.CreateBucketRequest.getCannedAcl()Returns the optional Canned ACL to set for the new bucket.PutInstructionFileRequest.getCannedAcl()Gets the optional pre-configured access control policy to use for the new object.SetBucketAclRequest.getCannedAcl()Returns the canned ACL to be applied to the specified bucket when this request is executed.SetObjectAclRequest.getCannedAcl()Returns the canned ACL to be applied to the specified object when this request is executed.InitiateMultipartUploadRequest.getCannedACL()Returns the optional canned Access Control List (ACL) to set permissions for the new object created when the multipart upload is completed.static CannedAccessControlListReturns the enum constant of this type with the specified name.static CannedAccessControlList[]CannedAccessControlList.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.s3.model with parameters of type CannedAccessControlListModifier and TypeMethodDescriptionvoidCopyObjectRequest.setCannedAccessControlList(CannedAccessControlList cannedACL) Sets the canned ACL to use for the newly copied object.voidAbstractPutObjectRequest.setCannedAcl(CannedAccessControlList cannedAcl) Sets the optional pre-configured access control policy to use for the new object.voidCreateBucketRequest.setCannedAcl(CannedAccessControlList cannedAcl) Sets the optional Canned ACL to set for the new bucket.voidPutInstructionFileRequest.setCannedAcl(CannedAccessControlList cannedAcl) Sets the optional pre-configured access control policy to use for the new object.voidInitiateMultipartUploadRequest.setCannedACL(CannedAccessControlList cannedACL) Sets the optional canned Access Control List (ACL) to set permissions for the new object created when the multipart upload is completed.CopyObjectRequest.withCannedAccessControlList(CannedAccessControlList cannedACL) Sets the canned ACL to use for the newly copied object, and returns thisCopyObjectRequest, enabling additional method calls to be chained together.<T extends AbstractPutObjectRequest>
TAbstractPutObjectRequest.withCannedAcl(CannedAccessControlList cannedAcl) Sets the optional pre-configured access control policy to use for the new object.CreateBucketRequest.withCannedAcl(CannedAccessControlList cannedAcl) Sets the optional Canned ACL to set for the new bucket, and returns this updated object so that additional method calls can be chained together.PutInstructionFileRequest.withCannedAcl(CannedAccessControlList cannedAcl) Sets the optional pre-configured access control policy to use for the new object.PutObjectRequest.withCannedAcl(CannedAccessControlList cannedAcl) InitiateMultipartUploadRequest.withCannedACL(CannedAccessControlList acl) Sets the optional canned Access Control List (ACL) to set permissions for the new object created when the multipart upload is completed.Constructors in com.amazonaws.services.s3.model with parameters of type CannedAccessControlListModifierConstructorDescriptionSetBucketAclRequest(String bucketName, CannedAccessControlList acl) Constructs a new SetBucketAclRequest object, ready to set the specified canned ACL on the specified bucket when this request is executed.SetObjectAclRequest(String bucketName, String key, CannedAccessControlList 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, CannedAccessControlList acl) Constructs a new SetObjectAclRequest object, ready to set the specified ACL on the specified object when this request is executed.