Uses of Class
com.amazonaws.services.workspaces.model.WorkspaceState
-
Packages that use WorkspaceState Package Description com.amazonaws.services.workspaces.model -
-
Uses of WorkspaceState in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return WorkspaceState Modifier and Type Method Description static WorkspaceState
WorkspaceState. fromValue(String value)
Use this in place of valueOf.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.Methods in com.amazonaws.services.workspaces.model with parameters of type WorkspaceState Modifier and Type Method Description void
Workspace. setState(WorkspaceState state)
The operational state of the WorkSpace.Workspace
Workspace. withState(WorkspaceState state)
The operational state of the WorkSpace.
-