| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
DirectoryEdition |
CreateMicrosoftAdRequest.edition()
Managed Microsoft AD is available in two editions:
Standard and Enterprise. |
DirectoryEdition |
DirectoryDescription.edition()
The edition associated with this directory.
|
static DirectoryEdition |
DirectoryEdition.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<DirectoryEdition> |
DirectoryEdition.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateMicrosoftAdRequest.Builder |
CreateMicrosoftAdRequest.Builder.edition(DirectoryEdition edition)
Managed Microsoft AD is available in two editions:
Standard and Enterprise. |
DirectoryDescription.Builder |
DirectoryDescription.Builder.edition(DirectoryEdition edition)
The edition associated with this directory.
|
Copyright © 2022. All rights reserved.