| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
static DirectoryStage |
DirectoryStage.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DirectoryStage |
DirectoryDescription.stage()
The current stage of the directory.
|
DirectoryStage |
RegionDescription.status()
The status of the replication process for the specified Region.
|
static DirectoryStage |
DirectoryStage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirectoryStage[] |
DirectoryStage.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<DirectoryStage> |
DirectoryStage.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DirectoryDescription.Builder |
DirectoryDescription.Builder.stage(DirectoryStage stage)
The current stage of the directory.
|
RegionDescription.Builder |
RegionDescription.Builder.status(DirectoryStage status)
The status of the replication process for the specified Region.
|
Copyright © 2023. All rights reserved.