Uses of Class
software.amazon.awssdk.services.storagegateway.model.ObjectACL
-
Packages that use ObjectACL Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of ObjectACL in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return ObjectACL Modifier and Type Method Description static ObjectACLObjectACL. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ObjectACLCreateNfsFileShareRequest. objectACL()A value that sets the access control list (ACL) permission for objects in the S3 bucket that a S3 File Gateway puts objects into.ObjectACLCreateSmbFileShareRequest. objectACL()A value that sets the access control list (ACL) permission for objects in the S3 bucket that a S3 File Gateway puts objects into.ObjectACLNFSFileShareInfo. objectACL()Returns the value of the ObjectACL property for this object.ObjectACLSMBFileShareInfo. objectACL()Returns the value of the ObjectACL property for this object.ObjectACLUpdateNfsFileShareRequest. objectACL()A value that sets the access control list (ACL) permission for objects in the S3 bucket that a S3 File Gateway puts objects into.ObjectACLUpdateSmbFileShareRequest. objectACL()A value that sets the access control list (ACL) permission for objects in the S3 bucket that a S3 File Gateway puts objects into.static ObjectACLObjectACL. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectACL[]ObjectACL. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type ObjectACL Modifier and Type Method Description static Set<ObjectACL>ObjectACL. knownValues()Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type ObjectACL Modifier and Type Method Description CreateNfsFileShareRequest.BuilderCreateNfsFileShareRequest.Builder. objectACL(ObjectACL objectACL)A value that sets the access control list (ACL) permission for objects in the S3 bucket that a S3 File Gateway puts objects into.CreateSmbFileShareRequest.BuilderCreateSmbFileShareRequest.Builder. objectACL(ObjectACL objectACL)A value that sets the access control list (ACL) permission for objects in the S3 bucket that a S3 File Gateway puts objects into.NFSFileShareInfo.BuilderNFSFileShareInfo.Builder. objectACL(ObjectACL objectACL)Sets the value of the ObjectACL property for this object.SMBFileShareInfo.BuilderSMBFileShareInfo.Builder. objectACL(ObjectACL objectACL)Sets the value of the ObjectACL property for this object.UpdateNfsFileShareRequest.BuilderUpdateNfsFileShareRequest.Builder. objectACL(ObjectACL objectACL)A value that sets the access control list (ACL) permission for objects in the S3 bucket that a S3 File Gateway puts objects into.UpdateSmbFileShareRequest.BuilderUpdateSmbFileShareRequest.Builder. objectACL(ObjectACL objectACL)A value that sets the access control list (ACL) permission for objects in the S3 bucket that a S3 File Gateway puts objects into.
-