Uses of Class
com.amazonaws.services.workspaces.model.RebootRequest
Packages that use RebootRequest
-
Uses of RebootRequest in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return RebootRequestModifier and TypeMethodDescriptionRebootRequest.clone()
RebootRequest.withWorkspaceId
(String workspaceId) The identifier of the WorkSpace to reboot.Methods in com.amazonaws.services.workspaces.model that return types with arguments of type RebootRequestModifier and TypeMethodDescriptionRebootWorkspacesRequest.getRebootWorkspaceRequests()
An array of structures that specify the WorkSpaces to reboot.Methods in com.amazonaws.services.workspaces.model with parameters of type RebootRequestModifier and TypeMethodDescriptionRebootWorkspacesRequest.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 RebootRequestModifier and TypeMethodDescriptionvoid
RebootWorkspacesRequest.setRebootWorkspaceRequests
(Collection<RebootRequest> rebootWorkspaceRequests) An array of structures that specify the WorkSpaces to reboot.RebootWorkspacesRequest.withRebootWorkspaceRequests
(Collection<RebootRequest> rebootWorkspaceRequests) An array of structures that specify the WorkSpaces to reboot.