Uses of Class
software.amazon.awssdk.services.datasync.model.SmbVersion
-
Packages that use SmbVersion Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of SmbVersion in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return SmbVersion Modifier and Type Method Description static SmbVersionSmbVersion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SmbVersionSmbVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static SmbVersion[]SmbVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.SmbVersionSmbMountOptions. version()By default, DataSync automatically chooses an SMB protocol version based on negotiation with your SMB file server.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type SmbVersion Modifier and Type Method Description static Set<SmbVersion>SmbVersion. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type SmbVersion Modifier and Type Method Description SmbMountOptions.BuilderSmbMountOptions.Builder. version(SmbVersion version)By default, DataSync automatically chooses an SMB protocol version based on negotiation with your SMB file server.
-