| Package | Description |
|---|---|
| com.amazonaws.services.elasticfilesystem.model |
| Modifier and Type | Method and Description |
|---|---|
RootDirectory |
RootDirectory.clone() |
RootDirectory |
CreateAccessPointRequest.getRootDirectory()
Specifies the directory on the Amazon EFS file system that the access point exposes as the root directory of your
file system to NFS clients using the access point.
|
RootDirectory |
CreateAccessPointResult.getRootDirectory()
The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients
using the access point.
|
RootDirectory |
AccessPointDescription.getRootDirectory()
The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients
using the access point.
|
RootDirectory |
RootDirectory.withCreationInfo(CreationInfo creationInfo)
(Optional) Specifies the POSIX IDs and permissions to apply to the access point's
RootDirectory. |
RootDirectory |
RootDirectory.withPath(String path)
Specifies the path on the EFS file system to expose as the root directory to NFS clients using the access point
to access the EFS file system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAccessPointRequest.setRootDirectory(RootDirectory rootDirectory)
Specifies the directory on the Amazon EFS file system that the access point exposes as the root directory of your
file system to NFS clients using the access point.
|
void |
CreateAccessPointResult.setRootDirectory(RootDirectory rootDirectory)
The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients
using the access point.
|
void |
AccessPointDescription.setRootDirectory(RootDirectory rootDirectory)
The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients
using the access point.
|
CreateAccessPointRequest |
CreateAccessPointRequest.withRootDirectory(RootDirectory rootDirectory)
Specifies the directory on the Amazon EFS file system that the access point exposes as the root directory of your
file system to NFS clients using the access point.
|
CreateAccessPointResult |
CreateAccessPointResult.withRootDirectory(RootDirectory rootDirectory)
The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients
using the access point.
|
AccessPointDescription |
AccessPointDescription.withRootDirectory(RootDirectory rootDirectory)
The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients
using the access point.
|
Copyright © 2023. All rights reserved.