Uses of Class
software.amazon.awssdk.services.amp.model.WorkspaceStatus
-
Packages that use WorkspaceStatus Package Description software.amazon.awssdk.services.amp.model -
-
Uses of WorkspaceStatus in software.amazon.awssdk.services.amp.model
Methods in software.amazon.awssdk.services.amp.model that return WorkspaceStatus Modifier and Type Method Description WorkspaceStatusCreateWorkspaceResponse. status()The current status of the new workspace.WorkspaceStatusWorkspaceDescription. status()The current status of the workspace.WorkspaceStatusWorkspaceSummary. status()The current status of the workspace.Methods in software.amazon.awssdk.services.amp.model with parameters of type WorkspaceStatus Modifier and Type Method Description CreateWorkspaceResponse.BuilderCreateWorkspaceResponse.Builder. status(WorkspaceStatus status)The current status of the new workspace.WorkspaceDescription.BuilderWorkspaceDescription.Builder. status(WorkspaceStatus status)The current status of the workspace.WorkspaceSummary.BuilderWorkspaceSummary.Builder. status(WorkspaceStatus status)The current status of the workspace.
-