Uses of Class
software.amazon.awssdk.services.workspaces.model.RebootWorkspacesResponse
-
Packages that use RebootWorkspacesResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of RebootWorkspacesResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return RebootWorkspacesResponse Modifier and Type Method Description default RebootWorkspacesResponseWorkSpacesClient. rebootWorkspaces(Consumer<RebootWorkspacesRequest.Builder> rebootWorkspacesRequest)Reboots the specified WorkSpaces.default RebootWorkspacesResponseWorkSpacesClient. rebootWorkspaces(RebootWorkspacesRequest rebootWorkspacesRequest)Reboots the specified WorkSpaces.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type RebootWorkspacesResponse Modifier and Type Method Description default CompletableFuture<RebootWorkspacesResponse>WorkSpacesAsyncClient. rebootWorkspaces(Consumer<RebootWorkspacesRequest.Builder> rebootWorkspacesRequest)Reboots the specified WorkSpaces.default CompletableFuture<RebootWorkspacesResponse>WorkSpacesAsyncClient. rebootWorkspaces(RebootWorkspacesRequest rebootWorkspacesRequest)Reboots the specified WorkSpaces.
-