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 status of the workspace that was just created (usually CREATING).WorkspaceStatusWorkspaceDescription. status()The status of this workspace.WorkspaceStatusWorkspaceSummary. status()The status of this 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 status of the workspace that was just created (usually CREATING).WorkspaceDescription.BuilderWorkspaceDescription.Builder. status(WorkspaceStatus status)The status of this workspace.WorkspaceSummary.BuilderWorkspaceSummary.Builder. status(WorkspaceStatus status)The status of this workspace.
-