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 WorkspaceState
Use this in place of valueOf.static WorkspaceState
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 WorkspaceStateModifier and TypeMethodDescriptionvoid
Workspace.setState
(WorkspaceState state) The operational state of the WorkSpace.Workspace.withState
(WorkspaceState state) The operational state of the WorkSpace.