Uses of Class
com.amazonaws.services.workspaces.model.FailedWorkspaceChangeRequest
Packages that use FailedWorkspaceChangeRequest
-
Uses of FailedWorkspaceChangeRequest in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return FailedWorkspaceChangeRequestModifier and TypeMethodDescriptionFailedWorkspaceChangeRequest.clone()FailedWorkspaceChangeRequest.withErrorCode(String errorCode) The error code.FailedWorkspaceChangeRequest.withErrorMessage(String errorMessage) The textual error message.FailedWorkspaceChangeRequest.withWorkspaceId(String workspaceId) The identifier of the WorkSpace.Methods in com.amazonaws.services.workspaces.model that return types with arguments of type FailedWorkspaceChangeRequestModifier and TypeMethodDescriptionRebootWorkspacesResult.getFailedRequests()An array of structures that represent any WorkSpaces that could not be rebooted.RebuildWorkspacesResult.getFailedRequests()An array of structures that represent any WorkSpaces that could not be rebuilt.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 FailedWorkspaceChangeRequestModifier and TypeMethodDescriptionRebootWorkspacesResult.withFailedRequests(FailedWorkspaceChangeRequest... failedRequests) An array of structures that represent any WorkSpaces that could not be rebooted.RebuildWorkspacesResult.withFailedRequests(FailedWorkspaceChangeRequest... failedRequests) An array of structures that represent any WorkSpaces that could not be rebuilt.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 FailedWorkspaceChangeRequestModifier and TypeMethodDescriptionvoidRebootWorkspacesResult.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.RebootWorkspacesResult.withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests) An array of structures that represent any WorkSpaces that could not be rebooted.RebuildWorkspacesResult.withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests) An array of structures that represent any WorkSpaces that could not be rebuilt.TerminateWorkspacesResult.withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests) An array of structures that represent any WorkSpaces that could not be terminated.