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 FailedWorkspaceChangeRequestFailedWorkspaceChangeRequest. clone()FailedWorkspaceChangeRequestFailedWorkspaceChangeRequest. withErrorCode(String errorCode)The error code.FailedWorkspaceChangeRequestFailedWorkspaceChangeRequest. withErrorMessage(String errorMessage)The textual error message.FailedWorkspaceChangeRequestFailedWorkspaceChangeRequest. 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 RebootWorkspacesResultRebootWorkspacesResult. withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)An array of structures that represent any WorkSpaces that could not be rebooted.RebuildWorkspacesResultRebuildWorkspacesResult. withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)An array of structures that represent any WorkSpaces that could not be rebuilt.TerminateWorkspacesResultTerminateWorkspacesResult. 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 voidRebootWorkspacesResult. setFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)An array of structures that represent any WorkSpaces that could not be rebooted.voidRebuildWorkspacesResult. setFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)An array of structures that represent any WorkSpaces that could not be rebuilt.voidTerminateWorkspacesResult. setFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)An array of structures that represent any WorkSpaces that could not be terminated.RebootWorkspacesResultRebootWorkspacesResult. withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)An array of structures that represent any WorkSpaces that could not be rebooted.RebuildWorkspacesResultRebuildWorkspacesResult. withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)An array of structures that represent any WorkSpaces that could not be rebuilt.TerminateWorkspacesResultTerminateWorkspacesResult. withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)An array of structures that represent any WorkSpaces that could not be terminated.
-