Package | Description |
---|---|
com.amazonaws.services.workspaces.model |
Modifier and Type | Method and Description |
---|---|
FailedCreateWorkspaceRequest |
FailedCreateWorkspaceRequest.clone() |
FailedCreateWorkspaceRequest |
FailedCreateWorkspaceRequest.withErrorCode(String errorCode)
The error code.
|
FailedCreateWorkspaceRequest |
FailedCreateWorkspaceRequest.withErrorMessage(String errorMessage)
The textual error message.
|
FailedCreateWorkspaceRequest |
FailedCreateWorkspaceRequest.withWorkspaceRequest(WorkspaceRequest workspaceRequest)
A WorkspaceRequest object that contains the information about the
WorkSpace that could not be created.
|
Modifier and Type | Method and Description |
---|---|
List<FailedCreateWorkspaceRequest> |
CreateWorkspacesResult.getFailedRequests()
An array of structures that represent the WorkSpaces that could not be
created.
|
Modifier and Type | Method and Description |
---|---|
CreateWorkspacesResult |
CreateWorkspacesResult.withFailedRequests(FailedCreateWorkspaceRequest... failedRequests)
An array of structures that represent the WorkSpaces that could not be
created.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateWorkspacesResult.setFailedRequests(Collection<FailedCreateWorkspaceRequest> failedRequests)
An array of structures that represent the WorkSpaces that could not be
created.
|
CreateWorkspacesResult |
CreateWorkspacesResult.withFailedRequests(Collection<FailedCreateWorkspaceRequest> failedRequests)
An array of structures that represent the WorkSpaces that could not be
created.
|
Copyright © 2018. All rights reserved.