| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static DirectoryState |
DirectoryState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DirectoryState |
Directory.state()
The state of the directory.
|
DirectoryState |
ListDirectoriesRequest.state()
The state of the directories in the list.
|
static DirectoryState |
DirectoryState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirectoryState[] |
DirectoryState.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<DirectoryState> |
DirectoryState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Directory.Builder |
Directory.Builder.state(DirectoryState state)
The state of the directory.
|
ListDirectoriesRequest.Builder |
ListDirectoriesRequest.Builder.state(DirectoryState state)
The state of the directories in the list.
|
Copyright © 2022. All rights reserved.