| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static ObjectACL |
ObjectACL.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ObjectACL |
CreateSmbFileShareRequest.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.
|
ObjectACL |
NFSFileShareInfo.objectACL()
Returns the value of the ObjectACL property for this object.
|
ObjectACL |
UpdateNfsFileShareRequest.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.
|
ObjectACL |
SMBFileShareInfo.objectACL()
Returns the value of the ObjectACL property for this object.
|
ObjectACL |
UpdateSmbFileShareRequest.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.
|
ObjectACL |
CreateNfsFileShareRequest.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 ObjectACL |
ObjectACL.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ObjectACL> |
ObjectACL.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateSmbFileShareRequest.Builder |
CreateSmbFileShareRequest.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.Builder |
NFSFileShareInfo.Builder.objectACL(ObjectACL objectACL)
Sets the value of the ObjectACL property for this object.
|
UpdateNfsFileShareRequest.Builder |
UpdateNfsFileShareRequest.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.
|
SMBFileShareInfo.Builder |
SMBFileShareInfo.Builder.objectACL(ObjectACL objectACL)
Sets the value of the ObjectACL property for this object.
|
UpdateSmbFileShareRequest.Builder |
UpdateSmbFileShareRequest.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.
|
CreateNfsFileShareRequest.Builder |
CreateNfsFileShareRequest.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.
|
Copyright © 2022. All rights reserved.