Uses of Enum
software.amazon.awssdk.services.s3.model.ObjectCannedACL
Packages that use ObjectCannedACL
-
Uses of ObjectCannedACL in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectCannedACLModifier and TypeMethodDescriptionfinal ObjectCannedACLCopyObjectRequest.acl()The canned access control list (ACL) to apply to the object.final ObjectCannedACLCreateMultipartUploadRequest.acl()The canned ACL to apply to the object.final ObjectCannedACLPutObjectAclRequest.acl()The canned ACL to apply to the object.final ObjectCannedACLPutObjectRequest.acl()The canned ACL to apply to the object.final ObjectCannedACLS3Location.cannedACL()The canned ACL to apply to the restore results.static ObjectCannedACLUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ObjectCannedACLReturns 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 ObjectCannedACLMethods in software.amazon.awssdk.services.s3.model with parameters of type ObjectCannedACLModifier and TypeMethodDescriptionCopyObjectRequest.Builder.acl(ObjectCannedACL acl) The canned access control list (ACL) to apply to the object.CreateMultipartUploadRequest.Builder.acl(ObjectCannedACL acl) The canned ACL to apply to the object.PutObjectAclRequest.Builder.acl(ObjectCannedACL acl) The canned ACL to apply to the object.PutObjectRequest.Builder.acl(ObjectCannedACL acl) The canned ACL to apply to the object.S3Location.Builder.cannedACL(ObjectCannedACL cannedACL) The canned ACL to apply to the restore results.