Uses of Class
software.amazon.awssdk.services.fsx.model.NfsVersion
-
Packages that use NfsVersion Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of NfsVersion in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return NfsVersion Modifier and Type Method Description static NfsVersionNfsVersion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static NfsVersionNfsVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static NfsVersion[]NfsVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.NfsVersionFileCacheNFSConfiguration. version()The version of the NFS (Network File System) protocol of the NFS data repository.NfsVersionNFSDataRepositoryConfiguration. version()The version of the NFS (Network File System) protocol of the NFS data repository.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type NfsVersion Modifier and Type Method Description static Set<NfsVersion>NfsVersion. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type NfsVersion Modifier and Type Method Description FileCacheNFSConfiguration.BuilderFileCacheNFSConfiguration.Builder. version(NfsVersion version)The version of the NFS (Network File System) protocol of the NFS data repository.NFSDataRepositoryConfiguration.BuilderNFSDataRepositoryConfiguration.Builder. version(NfsVersion version)The version of the NFS (Network File System) protocol of the NFS data repository.
-