Uses of Class
com.amazonaws.services.workspaces.model.FailedWorkspaceChangeRequest
-
Packages that use FailedWorkspaceChangeRequest Package Description com.amazonaws.services.workspaces.model -
-
Uses of FailedWorkspaceChangeRequest in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return FailedWorkspaceChangeRequest Modifier and Type Method 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.Methods in com.amazonaws.services.workspaces.model that return types with arguments of type FailedWorkspaceChangeRequest Modifier and Type Method Description 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.List<FailedWorkspaceChangeRequest>
TerminateWorkspacesResult. getFailedRequests()
An array of structures that represent any WorkSpaces that could not be terminated.Methods in com.amazonaws.services.workspaces.model with parameters of type FailedWorkspaceChangeRequest Modifier and Type Method Description 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.TerminateWorkspacesResult
TerminateWorkspacesResult. withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)
An array of structures that represent any WorkSpaces that could not be terminated.Method parameters in com.amazonaws.services.workspaces.model with type arguments of type FailedWorkspaceChangeRequest Modifier and Type Method Description 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.void
TerminateWorkspacesResult. setFailedRequests(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.TerminateWorkspacesResult
TerminateWorkspacesResult. withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures that represent any WorkSpaces that could not be terminated.
-