Uses of Class
software.amazon.awssdk.services.workspaces.model.FailedWorkspaceChangeRequest
-
Packages that use FailedWorkspaceChangeRequest Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of FailedWorkspaceChangeRequest in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type FailedWorkspaceChangeRequest Modifier and Type Method Description 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>StartWorkspacesResponse. failedRequests()Information about the WorkSpaces that could not be started.List<FailedWorkspaceChangeRequest>StopWorkspacesResponse. failedRequests()Information about the WorkSpaces that could not be stopped.List<FailedWorkspaceChangeRequest>TerminateWorkspacesResponse. failedRequests()Information about the WorkSpaces that could not be terminated.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type FailedWorkspaceChangeRequest Modifier and Type Method Description RebootWorkspacesResponse.BuilderRebootWorkspacesResponse.Builder. failedRequests(FailedWorkspaceChangeRequest... failedRequests)Information about the WorkSpaces that could not be rebooted.RebuildWorkspacesResponse.BuilderRebuildWorkspacesResponse.Builder. failedRequests(FailedWorkspaceChangeRequest... failedRequests)Information about the WorkSpace that could not be rebuilt.StartWorkspacesResponse.BuilderStartWorkspacesResponse.Builder. failedRequests(FailedWorkspaceChangeRequest... failedRequests)Information about the WorkSpaces that could not be started.StopWorkspacesResponse.BuilderStopWorkspacesResponse.Builder. failedRequests(FailedWorkspaceChangeRequest... failedRequests)Information about the WorkSpaces that could not be stopped.TerminateWorkspacesResponse.BuilderTerminateWorkspacesResponse.Builder. failedRequests(FailedWorkspaceChangeRequest... failedRequests)Information about the WorkSpaces that could not be terminated.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type FailedWorkspaceChangeRequest Modifier and Type Method Description RebootWorkspacesResponse.BuilderRebootWorkspacesResponse.Builder. failedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)Information about the WorkSpaces that could not be rebooted.RebuildWorkspacesResponse.BuilderRebuildWorkspacesResponse.Builder. failedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)Information about the WorkSpace that could not be rebuilt.StartWorkspacesResponse.BuilderStartWorkspacesResponse.Builder. failedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)Information about the WorkSpaces that could not be started.StopWorkspacesResponse.BuilderStopWorkspacesResponse.Builder. failedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)Information about the WorkSpaces that could not be stopped.TerminateWorkspacesResponse.BuilderTerminateWorkspacesResponse.Builder. failedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)Information about the WorkSpaces that could not be terminated.
-