Uses of Class
com.amazonaws.services.workspaces.model.RebootRequest
-
Packages that use RebootRequest Package Description com.amazonaws.services.workspaces.model -
-
Uses of RebootRequest in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return RebootRequest Modifier and Type Method Description RebootRequestRebootRequest. clone()RebootRequestRebootRequest. withWorkspaceId(String workspaceId)The identifier of the WorkSpace to reboot.Methods in com.amazonaws.services.workspaces.model that return types with arguments of type RebootRequest Modifier and Type Method Description List<RebootRequest>RebootWorkspacesRequest. getRebootWorkspaceRequests()An array of structures that specify the WorkSpaces to reboot.Methods in com.amazonaws.services.workspaces.model with parameters of type RebootRequest Modifier and Type Method Description RebootWorkspacesRequestRebootWorkspacesRequest. withRebootWorkspaceRequests(RebootRequest... rebootWorkspaceRequests)An array of structures that specify the WorkSpaces to reboot.Method parameters in com.amazonaws.services.workspaces.model with type arguments of type RebootRequest Modifier and Type Method Description voidRebootWorkspacesRequest. setRebootWorkspaceRequests(Collection<RebootRequest> rebootWorkspaceRequests)An array of structures that specify the WorkSpaces to reboot.RebootWorkspacesRequestRebootWorkspacesRequest. withRebootWorkspaceRequests(Collection<RebootRequest> rebootWorkspaceRequests)An array of structures that specify the WorkSpaces to reboot.
-