| Package | Description |
|---|---|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
static DirectoryEdition |
DirectoryEdition.fromValue(String value)
Use this in place of valueOf.
|
static DirectoryEdition |
DirectoryEdition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirectoryEdition[] |
DirectoryEdition.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.setEdition(DirectoryEdition edition)
The edition associated with this directory.
|
DirectoryDescription |
DirectoryDescription.withEdition(DirectoryEdition edition)
The edition associated with this directory.
|
CreateMicrosoftADRequest |
CreateMicrosoftADRequest.withEdition(DirectoryEdition edition)
Managed Microsoft AD is available in two editions:
Standard and Enterprise. |
Copyright © 2023. All rights reserved.