Package | Description |
---|---|
com.amazonaws.services.workspaces.model | |
com.amazonaws.services.workspaces.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<FailedCreateWorkspaceRequest> |
CreateWorkspacesResult.failedRequests
An array of structures that represent the WorkSpaces that could not be
created.
|
Modifier and Type | Method and Description |
---|---|
FailedCreateWorkspaceRequest |
FailedCreateWorkspaceRequest.clone() |
FailedCreateWorkspaceRequest |
FailedCreateWorkspaceRequest.withErrorCode(java.lang.String errorCode)
The error code.
|
FailedCreateWorkspaceRequest |
FailedCreateWorkspaceRequest.withErrorMessage(java.lang.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 |
---|---|
java.util.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(java.util.Collection<FailedCreateWorkspaceRequest> failedRequests)
An array of structures that represent the WorkSpaces that could not be
created.
|
CreateWorkspacesResult |
CreateWorkspacesResult.withFailedRequests(java.util.Collection<FailedCreateWorkspaceRequest> failedRequests)
An array of structures that represent the WorkSpaces that could not be
created.
|
Modifier and Type | Method and Description |
---|---|
FailedCreateWorkspaceRequest |
FailedCreateWorkspaceRequestJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
FailedCreateWorkspaceRequestJsonMarshaller.marshall(FailedCreateWorkspaceRequest failedCreateWorkspaceRequest,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|