Uses of Class
software.amazon.awssdk.services.directory.model.OSVersion
-
Packages that use OSVersion Package Description software.amazon.awssdk.services.directory.model -
-
Uses of OSVersion in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return OSVersion Modifier and Type Method Description static OSVersionOSVersion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OSVersionDirectoryDescription. osVersion()The operating system (OS) version of the directory.OSVersionOSUpdateSettings. osVersion()OS version that the directory needs to be updated to.static OSVersionOSVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static OSVersion[]OSVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type OSVersion Modifier and Type Method Description static Set<OSVersion>OSVersion. knownValues()Methods in software.amazon.awssdk.services.directory.model with parameters of type OSVersion Modifier and Type Method Description DirectoryDescription.BuilderDirectoryDescription.Builder. osVersion(OSVersion osVersion)The operating system (OS) version of the directory.OSUpdateSettings.BuilderOSUpdateSettings.Builder. osVersion(OSVersion osVersion)OS version that the directory needs to be updated to.
-