| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkspaceDirectoryState |
WorkspaceDirectoryState.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
WorkspaceDirectory.setState(WorkspaceDirectoryState state)
The state of the directory's registration with Amazon WorkSpaces.
|
RegisterWorkspaceDirectoryResult |
RegisterWorkspaceDirectoryResult.withState(WorkspaceDirectoryState state)
The registration status of the WorkSpace directory.
|
WorkspaceDirectory |
WorkspaceDirectory.withState(WorkspaceDirectoryState state)
The state of the directory's registration with Amazon WorkSpaces.
|
Copyright © 2025. All rights reserved.