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 WorkspaceStateWorkspaceState. fromValue(String value)Use this in place of valueOf.static WorkspaceStateWorkspaceState. 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 voidWorkspace. setState(WorkspaceState state)The operational state of the WorkSpace.WorkspaceWorkspace. withState(WorkspaceState state)The operational state of the WorkSpace.
-