Uses of Class
software.amazon.awssdk.services.workspaces.model.RebootRequest
-
Packages that use RebootRequest Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of RebootRequest in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type RebootRequest Modifier and Type Method Description List<RebootRequest>RebootWorkspacesRequest. rebootWorkspaceRequests()The WorkSpaces to reboot.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type RebootRequest Modifier and Type Method Description RebootWorkspacesRequest.BuilderRebootWorkspacesRequest.Builder. rebootWorkspaceRequests(RebootRequest... rebootWorkspaceRequests)The WorkSpaces to reboot.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type RebootRequest Modifier and Type Method Description RebootWorkspacesRequest.BuilderRebootWorkspacesRequest.Builder. rebootWorkspaceRequests(Collection<RebootRequest> rebootWorkspaceRequests)The WorkSpaces to reboot.
-