| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
List<FailedWorkspaceChangeRequest> |
TerminateWorkspacesResponse.failedRequests()
Information about the WorkSpaces that could not be terminated.
|
List<FailedWorkspaceChangeRequest> |
RebootWorkspacesResponse.failedRequests()
Information about the WorkSpaces that could not be rebooted.
|
List<FailedWorkspaceChangeRequest> |
RebuildWorkspacesResponse.failedRequests()
Information about the WorkSpace that could not be rebuilt.
|
List<FailedWorkspaceChangeRequest> |
StopWorkspacesResponse.failedRequests()
Information about the WorkSpaces that could not be stopped.
|
List<FailedWorkspaceChangeRequest> |
StartWorkspacesResponse.failedRequests()
Information about the WorkSpaces that could not be started.
|
| Modifier and Type | Method and Description |
|---|---|
TerminateWorkspacesResponse.Builder |
TerminateWorkspacesResponse.Builder.failedRequests(FailedWorkspaceChangeRequest... failedRequests)
Information about the WorkSpaces that could not be terminated.
|
RebootWorkspacesResponse.Builder |
RebootWorkspacesResponse.Builder.failedRequests(FailedWorkspaceChangeRequest... failedRequests)
Information about the WorkSpaces that could not be rebooted.
|
RebuildWorkspacesResponse.Builder |
RebuildWorkspacesResponse.Builder.failedRequests(FailedWorkspaceChangeRequest... failedRequests)
Information about the WorkSpace that could not be rebuilt.
|
StopWorkspacesResponse.Builder |
StopWorkspacesResponse.Builder.failedRequests(FailedWorkspaceChangeRequest... failedRequests)
Information about the WorkSpaces that could not be stopped.
|
StartWorkspacesResponse.Builder |
StartWorkspacesResponse.Builder.failedRequests(FailedWorkspaceChangeRequest... failedRequests)
Information about the WorkSpaces that could not be started.
|
| Modifier and Type | Method and Description |
|---|---|
TerminateWorkspacesResponse.Builder |
TerminateWorkspacesResponse.Builder.failedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpaces that could not be terminated.
|
RebootWorkspacesResponse.Builder |
RebootWorkspacesResponse.Builder.failedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpaces that could not be rebooted.
|
RebuildWorkspacesResponse.Builder |
RebuildWorkspacesResponse.Builder.failedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpace that could not be rebuilt.
|
StopWorkspacesResponse.Builder |
StopWorkspacesResponse.Builder.failedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpaces that could not be stopped.
|
StartWorkspacesResponse.Builder |
StartWorkspacesResponse.Builder.failedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpaces that could not be started.
|
Copyright © 2023. All rights reserved.