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 RebootRequest
RebootRequest. clone()
RebootRequest
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 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 RebootWorkspacesRequest
RebootWorkspacesRequest. 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 void
RebootWorkspacesRequest. setRebootWorkspaceRequests(Collection<RebootRequest> rebootWorkspaceRequests)
An array of structures that specify the WorkSpaces to reboot.RebootWorkspacesRequest
RebootWorkspacesRequest. withRebootWorkspaceRequests(Collection<RebootRequest> rebootWorkspaceRequests)
An array of structures that specify the WorkSpaces to reboot.
-