| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
static OSVersion |
OSVersion.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OSVersion |
OSUpdateSettings.osVersion()
OS version that the directory needs to be updated to.
|
OSVersion |
DirectoryDescription.osVersion()
The operating system (OS) version of the directory.
|
static OSVersion |
OSVersion.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<OSVersion> |
OSVersion.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
OSUpdateSettings.Builder |
OSUpdateSettings.Builder.osVersion(OSVersion osVersion)
OS version that the directory needs to be updated to.
|
DirectoryDescription.Builder |
DirectoryDescription.Builder.osVersion(OSVersion osVersion)
The operating system (OS) version of the directory.
|
Copyright © 2022. All rights reserved.