| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkspaceDirectoryState |
WorkspaceDirectoryState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
WorkspaceDirectoryState |
WorkspaceDirectory.state()
The state of the directory's registration with Amazon WorkSpaces.
|
static WorkspaceDirectoryState |
WorkspaceDirectoryState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkspaceDirectoryState[] |
WorkspaceDirectoryState.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<WorkspaceDirectoryState> |
WorkspaceDirectoryState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
WorkspaceDirectory.Builder |
WorkspaceDirectory.Builder.state(WorkspaceDirectoryState state)
The state of the directory's registration with Amazon WorkSpaces.
|
Copyright © 2023. All rights reserved.