Uses of Class
software.amazon.awssdk.services.fsx.model.OpenZFSNfsExport
-
Packages that use OpenZFSNfsExport Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of OpenZFSNfsExport in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type OpenZFSNfsExport Modifier and Type Method Description List<OpenZFSNfsExport>CreateOpenZFSVolumeConfiguration. nfsExports()The configuration object for mounting a Network File System (NFS) file system.List<OpenZFSNfsExport>OpenZFSCreateRootVolumeConfiguration. nfsExports()The configuration object for mounting a file system.List<OpenZFSNfsExport>OpenZFSVolumeConfiguration. nfsExports()The configuration object for mounting a Network File System (NFS) file system.List<OpenZFSNfsExport>UpdateOpenZFSVolumeConfiguration. nfsExports()The configuration object for mounting a Network File System (NFS) file system.Methods in software.amazon.awssdk.services.fsx.model with parameters of type OpenZFSNfsExport Modifier and Type Method Description CreateOpenZFSVolumeConfiguration.BuilderCreateOpenZFSVolumeConfiguration.Builder. nfsExports(OpenZFSNfsExport... nfsExports)The configuration object for mounting a Network File System (NFS) file system.OpenZFSCreateRootVolumeConfiguration.BuilderOpenZFSCreateRootVolumeConfiguration.Builder. nfsExports(OpenZFSNfsExport... nfsExports)The configuration object for mounting a file system.OpenZFSVolumeConfiguration.BuilderOpenZFSVolumeConfiguration.Builder. nfsExports(OpenZFSNfsExport... nfsExports)The configuration object for mounting a Network File System (NFS) file system.UpdateOpenZFSVolumeConfiguration.BuilderUpdateOpenZFSVolumeConfiguration.Builder. nfsExports(OpenZFSNfsExport... nfsExports)The configuration object for mounting a Network File System (NFS) file system.Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type OpenZFSNfsExport Modifier and Type Method Description CreateOpenZFSVolumeConfiguration.BuilderCreateOpenZFSVolumeConfiguration.Builder. nfsExports(Collection<OpenZFSNfsExport> nfsExports)The configuration object for mounting a Network File System (NFS) file system.OpenZFSCreateRootVolumeConfiguration.BuilderOpenZFSCreateRootVolumeConfiguration.Builder. nfsExports(Collection<OpenZFSNfsExport> nfsExports)The configuration object for mounting a file system.OpenZFSVolumeConfiguration.BuilderOpenZFSVolumeConfiguration.Builder. nfsExports(Collection<OpenZFSNfsExport> nfsExports)The configuration object for mounting a Network File System (NFS) file system.UpdateOpenZFSVolumeConfiguration.BuilderUpdateOpenZFSVolumeConfiguration.Builder. nfsExports(Collection<OpenZFSNfsExport> nfsExports)The configuration object for mounting a Network File System (NFS) file system.
-