| Package | Description |
|---|---|
| software.amazon.awssdk.services.efs.model |
| Modifier and Type | Method and Description |
|---|---|
RootDirectory |
CreateAccessPointResponse.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.
|
RootDirectory |
AccessPointDescription.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.
|
RootDirectory |
CreateAccessPointRequest.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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAccessPointResponse.Builder |
CreateAccessPointResponse.Builder.rootDirectory(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.Builder |
AccessPointDescription.Builder.rootDirectory(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.Builder |
CreateAccessPointRequest.Builder.rootDirectory(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.
|
Copyright © 2023. All rights reserved.