Package | Description |
---|---|
com.amazonaws.services.workspaces.model | |
com.amazonaws.services.workspaces.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<FailedWorkspaceChangeRequest> |
TerminateWorkspacesResult.failedRequests
An array of structures that represent any WorkSpaces that could not be
terminated.
|
private SdkInternalList<FailedWorkspaceChangeRequest> |
RebuildWorkspacesResult.failedRequests
An array of structures that represent any WorkSpaces that could not be
rebuilt.
|
private SdkInternalList<FailedWorkspaceChangeRequest> |
RebootWorkspacesResult.failedRequests
An array of structures that represent any WorkSpaces that could not be
rebooted.
|
Modifier and Type | Method and Description |
---|---|
FailedWorkspaceChangeRequest |
FailedWorkspaceChangeRequest.clone() |
FailedWorkspaceChangeRequest |
FailedWorkspaceChangeRequest.withErrorCode(java.lang.String errorCode)
The error code.
|
FailedWorkspaceChangeRequest |
FailedWorkspaceChangeRequest.withErrorMessage(java.lang.String errorMessage)
The textual error message.
|
FailedWorkspaceChangeRequest |
FailedWorkspaceChangeRequest.withWorkspaceId(java.lang.String workspaceId)
The identifier of the WorkSpace.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<FailedWorkspaceChangeRequest> |
TerminateWorkspacesResult.getFailedRequests()
An array of structures that represent any WorkSpaces that could not be
terminated.
|
java.util.List<FailedWorkspaceChangeRequest> |
RebuildWorkspacesResult.getFailedRequests()
An array of structures that represent any WorkSpaces that could not be
rebuilt.
|
java.util.List<FailedWorkspaceChangeRequest> |
RebootWorkspacesResult.getFailedRequests()
An array of structures that represent any WorkSpaces that could not be
rebooted.
|
Modifier and Type | Method and Description |
---|---|
TerminateWorkspacesResult |
TerminateWorkspacesResult.withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)
An array of structures that represent any WorkSpaces that could not be
terminated.
|
RebuildWorkspacesResult |
RebuildWorkspacesResult.withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)
An array of structures that represent any WorkSpaces that could not be
rebuilt.
|
RebootWorkspacesResult |
RebootWorkspacesResult.withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)
An array of structures that represent any WorkSpaces that could not be
rebooted.
|
Modifier and Type | Method and Description |
---|---|
void |
TerminateWorkspacesResult.setFailedRequests(java.util.Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be
terminated.
|
void |
RebuildWorkspacesResult.setFailedRequests(java.util.Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be
rebuilt.
|
void |
RebootWorkspacesResult.setFailedRequests(java.util.Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be
rebooted.
|
TerminateWorkspacesResult |
TerminateWorkspacesResult.withFailedRequests(java.util.Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be
terminated.
|
RebuildWorkspacesResult |
RebuildWorkspacesResult.withFailedRequests(java.util.Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be
rebuilt.
|
RebootWorkspacesResult |
RebootWorkspacesResult.withFailedRequests(java.util.Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be
rebooted.
|
Modifier and Type | Method and Description |
---|---|
FailedWorkspaceChangeRequest |
FailedWorkspaceChangeRequestJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
FailedWorkspaceChangeRequestJsonMarshaller.marshall(FailedWorkspaceChangeRequest failedWorkspaceChangeRequest,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|