Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsEfsAccessPointRootDirectoryDetails
-
Packages that use AwsEfsAccessPointRootDirectoryDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsEfsAccessPointRootDirectoryDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsEfsAccessPointRootDirectoryDetails Modifier and Type Method Description AwsEfsAccessPointRootDirectoryDetailsAwsEfsAccessPointDetails. 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.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsEfsAccessPointRootDirectoryDetails Modifier and Type Method Description AwsEfsAccessPointDetails.BuilderAwsEfsAccessPointDetails.Builder. rootDirectory(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.
-