| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEfsAccessPointRootDirectoryDetails |
AwsEfsAccessPointRootDirectoryDetails.clone() |
AwsEfsAccessPointRootDirectoryDetails |
AwsEfsAccessPointDetails.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.
|
AwsEfsAccessPointRootDirectoryDetails |
AwsEfsAccessPointRootDirectoryDetails.withCreationInfo(AwsEfsAccessPointRootDirectoryCreationInfoDetails creationInfo)
Specifies the POSIX IDs and permissions to apply to the access point's root directory.
|
AwsEfsAccessPointRootDirectoryDetails |
AwsEfsAccessPointRootDirectoryDetails.withPath(String path)
Specifies the path on the Amazon 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 |
AwsEfsAccessPointDetails.setRootDirectory(AwsEfsAccessPointRootDirectoryDetails 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.
|
AwsEfsAccessPointDetails |
AwsEfsAccessPointDetails.withRootDirectory(AwsEfsAccessPointRootDirectoryDetails 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 © 2022. All rights reserved.