| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
FailedWorkspaceChangeRequest |
FailedWorkspaceChangeRequest.clone() |
FailedWorkspaceChangeRequest |
FailedWorkspaceChangeRequest.withErrorCode(String errorCode)
The error code that is returned if the WorkSpace cannot be rebooted.
|
FailedWorkspaceChangeRequest |
FailedWorkspaceChangeRequest.withErrorMessage(String errorMessage)
The text of the error message that is returned if the WorkSpace cannot be rebooted.
|
FailedWorkspaceChangeRequest |
FailedWorkspaceChangeRequest.withWorkspaceId(String workspaceId)
The identifier of the WorkSpace.
|
| Modifier and Type | Method and Description |
|---|---|
List<FailedWorkspaceChangeRequest> |
TerminateWorkspacesResult.getFailedRequests()
Information about the WorkSpaces that could not be terminated.
|
List<FailedWorkspaceChangeRequest> |
RebootWorkspacesResult.getFailedRequests()
Information about the WorkSpaces that could not be rebooted.
|
List<FailedWorkspaceChangeRequest> |
RebuildWorkspacesResult.getFailedRequests()
Information about the WorkSpace that could not be rebuilt.
|
List<FailedWorkspaceChangeRequest> |
StartWorkspacesResult.getFailedRequests()
Information about the WorkSpaces that could not be started.
|
List<FailedWorkspaceChangeRequest> |
StopWorkspacesResult.getFailedRequests()
Information about the WorkSpaces that could not be stopped.
|
| Modifier and Type | Method and Description |
|---|---|
TerminateWorkspacesResult |
TerminateWorkspacesResult.withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)
Information about the WorkSpaces that could not be terminated.
|
RebootWorkspacesResult |
RebootWorkspacesResult.withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)
Information about the WorkSpaces that could not be rebooted.
|
RebuildWorkspacesResult |
RebuildWorkspacesResult.withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)
Information about the WorkSpace that could not be rebuilt.
|
StartWorkspacesResult |
StartWorkspacesResult.withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)
Information about the WorkSpaces that could not be started.
|
StopWorkspacesResult |
StopWorkspacesResult.withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)
Information about the WorkSpaces that could not be stopped.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TerminateWorkspacesResult.setFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpaces that could not be terminated.
|
void |
RebootWorkspacesResult.setFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpaces that could not be rebooted.
|
void |
RebuildWorkspacesResult.setFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpace that could not be rebuilt.
|
void |
StartWorkspacesResult.setFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpaces that could not be started.
|
void |
StopWorkspacesResult.setFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpaces that could not be stopped.
|
TerminateWorkspacesResult |
TerminateWorkspacesResult.withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpaces that could not be terminated.
|
RebootWorkspacesResult |
RebootWorkspacesResult.withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpaces that could not be rebooted.
|
RebuildWorkspacesResult |
RebuildWorkspacesResult.withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpace that could not be rebuilt.
|
StartWorkspacesResult |
StartWorkspacesResult.withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpaces that could not be started.
|
StopWorkspacesResult |
StopWorkspacesResult.withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpaces that could not be stopped.
|
Copyright © 2021. All rights reserved.