| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
FailedCreateWorkspaceRequest |
FailedCreateWorkspaceRequest.clone() |
FailedCreateWorkspaceRequest |
FailedCreateWorkspaceRequest.withErrorCode(String errorCode)
The error code that is returned if the WorkSpace cannot be created.
|
FailedCreateWorkspaceRequest |
FailedCreateWorkspaceRequest.withErrorMessage(String errorMessage)
The text of the error message that is returned if the WorkSpace cannot be created.
|
FailedCreateWorkspaceRequest |
FailedCreateWorkspaceRequest.withWorkspaceRequest(WorkspaceRequest workspaceRequest)
Information about the WorkSpace.
|
| Modifier and Type | Method and Description |
|---|---|
List<FailedCreateWorkspaceRequest> |
CreateWorkspacesResult.getFailedRequests()
Information about the WorkSpaces that could not be created.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWorkspacesResult |
CreateWorkspacesResult.withFailedRequests(FailedCreateWorkspaceRequest... failedRequests)
Information about the WorkSpaces that could not be created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateWorkspacesResult.setFailedRequests(Collection<FailedCreateWorkspaceRequest> failedRequests)
Information about the WorkSpaces that could not be created.
|
CreateWorkspacesResult |
CreateWorkspacesResult.withFailedRequests(Collection<FailedCreateWorkspaceRequest> failedRequests)
Information about the WorkSpaces that could not be created.
|
Copyright © 2021. All rights reserved.