Uses of Class
software.amazon.awssdk.services.grafana.model.WorkspaceStatus
-
Packages that use WorkspaceStatus Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of WorkspaceStatus in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return WorkspaceStatus Modifier and Type Method Description static WorkspaceStatusWorkspaceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorkspaceStatusWorkspaceDescription. status()The current status of the workspace.WorkspaceStatusWorkspaceSummary. status()The current status of the workspace.static WorkspaceStatusWorkspaceStatus. 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.Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type WorkspaceStatus Modifier and Type Method Description static Set<WorkspaceStatus>WorkspaceStatus. knownValues()Methods in software.amazon.awssdk.services.grafana.model with parameters of type WorkspaceStatus Modifier and Type Method Description WorkspaceDescription.BuilderWorkspaceDescription.Builder. status(WorkspaceStatus status)The current status of the workspace.WorkspaceSummary.BuilderWorkspaceSummary.Builder. status(WorkspaceStatus status)The current status of the workspace.
-