Uses of Class
software.amazon.awssdk.services.datasync.model.NfsVersion
-
Packages that use NfsVersion Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of NfsVersion in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.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.NfsVersionNfsMountOptions. version()Specifies the NFS version that you want DataSync to use when mounting your NFS share.Methods in software.amazon.awssdk.services.datasync.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.datasync.model with parameters of type NfsVersion Modifier and Type Method Description NfsMountOptions.BuilderNfsMountOptions.Builder. version(NfsVersion version)Specifies the NFS version that you want DataSync to use when mounting your NFS share.
-