Uses of Enum
com.amazonaws.services.workspaces.model.WorkspaceState
Packages that use WorkspaceState
-
Uses of WorkspaceState in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return WorkspaceStateModifier and TypeMethodDescriptionstatic WorkspaceStateUse this in place of valueOf.static WorkspaceStateReturns 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 WorkspaceStateModifier and TypeMethodDescriptionvoidWorkspace.setState(WorkspaceState state) The operational state of the WorkSpace.Workspace.withState(WorkspaceState state) The operational state of the WorkSpace.