| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkspaceStatus |
WorkspaceStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
WorkspaceStatus |
WorkspaceSummary.status()
The current status of the workspace.
|
WorkspaceStatus |
WorkspaceDescription.status()
The current status of the workspace.
|
static WorkspaceStatus |
WorkspaceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkspaceStatus[] |
WorkspaceStatus.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<WorkspaceStatus> |
WorkspaceStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
WorkspaceSummary.Builder |
WorkspaceSummary.Builder.status(WorkspaceStatus status)
The current status of the workspace.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.status(WorkspaceStatus status)
The current status of the workspace.
|
Copyright © 2023. All rights reserved.