| Package | Description |
|---|---|
| software.amazon.awssdk.services.amp.model |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceStatus |
CreateWorkspaceResponse.status()
The status of the workspace that was just created (usually CREATING).
|
WorkspaceStatus |
WorkspaceSummary.status()
The status of this workspace.
|
WorkspaceStatus |
WorkspaceDescription.status()
The status of this workspace.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWorkspaceResponse.Builder |
CreateWorkspaceResponse.Builder.status(WorkspaceStatus status)
The status of the workspace that was just created (usually CREATING).
|
WorkspaceSummary.Builder |
WorkspaceSummary.Builder.status(WorkspaceStatus status)
The status of this workspace.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.status(WorkspaceStatus status)
The status of this workspace.
|
Copyright © 2023. All rights reserved.