Package | Description |
---|---|
com.amazonaws.services.workspaces.model |
Modifier and Type | Method and Description |
---|---|
FailedWorkspaceChangeRequest |
FailedWorkspaceChangeRequest.clone() |
FailedWorkspaceChangeRequest |
FailedWorkspaceChangeRequest.withErrorCode(String errorCode)
The error code.
|
FailedWorkspaceChangeRequest |
FailedWorkspaceChangeRequest.withErrorMessage(String errorMessage)
The textual error message.
|
FailedWorkspaceChangeRequest |
FailedWorkspaceChangeRequest.withWorkspaceId(String workspaceId)
The identifier of the WorkSpace.
|
Modifier and Type | Method and Description |
---|---|
List<FailedWorkspaceChangeRequest> |
TerminateWorkspacesResult.getFailedRequests()
An array of structures that represent any WorkSpaces that could not be
terminated.
|
List<FailedWorkspaceChangeRequest> |
RebootWorkspacesResult.getFailedRequests()
An array of structures that represent any WorkSpaces that could not be
rebooted.
|
List<FailedWorkspaceChangeRequest> |
RebuildWorkspacesResult.getFailedRequests()
An array of structures that represent any WorkSpaces that could not be
rebuilt.
|
Modifier and Type | Method and Description |
---|---|
TerminateWorkspacesResult |
TerminateWorkspacesResult.withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)
An array of structures that represent any WorkSpaces that could not be
terminated.
|
RebootWorkspacesResult |
RebootWorkspacesResult.withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)
An array of structures that represent any WorkSpaces that could not be
rebooted.
|
RebuildWorkspacesResult |
RebuildWorkspacesResult.withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)
An array of structures that represent any WorkSpaces that could not be
rebuilt.
|
Modifier and Type | Method and Description |
---|---|
void |
TerminateWorkspacesResult.setFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be
terminated.
|
void |
RebootWorkspacesResult.setFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be
rebooted.
|
void |
RebuildWorkspacesResult.setFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be
rebuilt.
|
TerminateWorkspacesResult |
TerminateWorkspacesResult.withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be
terminated.
|
RebootWorkspacesResult |
RebootWorkspacesResult.withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be
rebooted.
|
RebuildWorkspacesResult |
RebuildWorkspacesResult.withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be
rebuilt.
|
Copyright © 2018. All rights reserved.