| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkspaceState |
WorkspaceState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
WorkspaceState |
PendingCreateStandbyWorkspacesRequest.state()
The operational state of the standby WorkSpace.
|
WorkspaceState |
RelatedWorkspaceProperties.state()
Indicates the state of the WorkSpace.
|
WorkspaceState |
Workspace.state()
The operational state of the WorkSpace.
|
static WorkspaceState |
WorkspaceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkspaceState[] |
WorkspaceState.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<WorkspaceState> |
WorkspaceState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PendingCreateStandbyWorkspacesRequest.Builder |
PendingCreateStandbyWorkspacesRequest.Builder.state(WorkspaceState state)
The operational state of the standby WorkSpace.
|
RelatedWorkspaceProperties.Builder |
RelatedWorkspaceProperties.Builder.state(WorkspaceState state)
Indicates the state of the WorkSpace.
|
Workspace.Builder |
Workspace.Builder.state(WorkspaceState state)
The operational state of the WorkSpace.
|
Copyright © 2023. All rights reserved.