| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static DirectoryState |
DirectoryState.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
ListDirectoriesRequest.setState(DirectoryState state)
The state of the directories in the list.
|
void |
Directory.setState(DirectoryState state)
The state of the directory.
|
ListDirectoriesRequest |
ListDirectoriesRequest.withState(DirectoryState state)
The state of the directories in the list.
|
Directory |
Directory.withState(DirectoryState state)
The state of the directory.
|
Copyright © 2025. All rights reserved.