| Package | Description |
|---|---|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
static OSVersion |
OSVersion.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
DirectoryDescription.setOsVersion(OSVersion osVersion)
The operating system (OS) version of the directory.
|
DirectoryDescription |
DirectoryDescription.withOsVersion(OSVersion osVersion)
The operating system (OS) version of the directory.
|
OSUpdateSettings |
OSUpdateSettings.withOSVersion(OSVersion oSVersion)
OS version that the directory needs to be updated to.
|
Copyright © 2023. All rights reserved.