Uses of Class
software.amazon.awssdk.services.s3.model.ObjectCannedACL
-
Packages that use ObjectCannedACL Package Description software.amazon.awssdk.services.s3.model -
-
Uses of ObjectCannedACL in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectCannedACL Modifier and Type Method Description ObjectCannedACLCopyObjectRequest. acl()The canned access control list (ACL) to apply to the object.ObjectCannedACLCreateMultipartUploadRequest. acl()The canned ACL to apply to the object.ObjectCannedACLPutObjectAclRequest. acl()The canned ACL to apply to the object.ObjectCannedACLPutObjectRequest. acl()The canned ACL to apply to the object.ObjectCannedACLS3Location. cannedACL()The canned ACL to apply to the restore results.static ObjectCannedACLObjectCannedACL. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ObjectCannedACLObjectCannedACL. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectCannedACL[]ObjectCannedACL. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ObjectCannedACL Modifier and Type Method Description static Set<ObjectCannedACL>ObjectCannedACL. knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type ObjectCannedACL Modifier and Type Method Description CopyObjectRequest.BuilderCopyObjectRequest.Builder. acl(ObjectCannedACL acl)The canned access control list (ACL) to apply to the object.CreateMultipartUploadRequest.BuilderCreateMultipartUploadRequest.Builder. acl(ObjectCannedACL acl)The canned ACL to apply to the object.PutObjectAclRequest.BuilderPutObjectAclRequest.Builder. acl(ObjectCannedACL acl)The canned ACL to apply to the object.PutObjectRequest.BuilderPutObjectRequest.Builder. acl(ObjectCannedACL acl)The canned ACL to apply to the object.S3Location.BuilderS3Location.Builder. cannedACL(ObjectCannedACL cannedACL)The canned ACL to apply to the restore results.
-