Uses of Class
software.amazon.awssdk.services.efs.model.RootDirectory
-
Packages that use RootDirectory Package Description software.amazon.awssdk.services.efs.model -
-
Uses of RootDirectory in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return RootDirectory Modifier and Type Method Description RootDirectoryAccessPointDescription. rootDirectory()The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.RootDirectoryCreateAccessPointRequest. rootDirectory()Specifies the directory on the EFS file system that the access point exposes as the root directory of your file system to NFS clients using the access point.RootDirectoryCreateAccessPointResponse. rootDirectory()The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.Methods in software.amazon.awssdk.services.efs.model with parameters of type RootDirectory Modifier and Type Method Description AccessPointDescription.BuilderAccessPointDescription.Builder. rootDirectory(RootDirectory rootDirectory)The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.CreateAccessPointRequest.BuilderCreateAccessPointRequest.Builder. rootDirectory(RootDirectory rootDirectory)Specifies the directory on the EFS file system that the access point exposes as the root directory of your file system to NFS clients using the access point.CreateAccessPointResponse.BuilderCreateAccessPointResponse.Builder. rootDirectory(RootDirectory rootDirectory)The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.
-