| Package | Description |
|---|---|
| com.amazonaws.services.elasticfilesystem.model |
| Modifier and Type | Method and Description |
|---|---|
CreationInfo |
CreationInfo.clone() |
CreationInfo |
RootDirectory.getCreationInfo()
(Optional) Specifies the POSIX IDs and permissions to apply to the access point's
RootDirectory. |
CreationInfo |
CreationInfo.withOwnerGid(Long ownerGid)
Specifies the POSIX group ID to apply to the
RootDirectory. |
CreationInfo |
CreationInfo.withOwnerUid(Long ownerUid)
Specifies the POSIX user ID to apply to the
RootDirectory. |
CreationInfo |
CreationInfo.withPermissions(String permissions)
Specifies the POSIX permissions to apply to the
RootDirectory, in the format of an octal number
representing the file's mode bits. |
| Modifier and Type | Method and Description |
|---|---|
void |
RootDirectory.setCreationInfo(CreationInfo creationInfo)
(Optional) Specifies the POSIX IDs and permissions to apply to the access point's
RootDirectory. |
RootDirectory |
RootDirectory.withCreationInfo(CreationInfo creationInfo)
(Optional) Specifies the POSIX IDs and permissions to apply to the access point's
RootDirectory. |
Copyright © 2021. All rights reserved.