Uses of Class
software.amazon.awssdk.services.workspaces.model.OperationInProgressException
-
Packages that use OperationInProgressException Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of OperationInProgressException in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that throw OperationInProgressException Modifier and Type Method Description default MigrateWorkspaceResponseWorkSpacesClient. migrateWorkspace(Consumer<MigrateWorkspaceRequest.Builder> migrateWorkspaceRequest)Migrates a WorkSpace from one operating system or bundle type to another, while retaining the data on the user volume.default MigrateWorkspaceResponseWorkSpacesClient. migrateWorkspace(MigrateWorkspaceRequest migrateWorkspaceRequest)Migrates a WorkSpace from one operating system or bundle type to another, while retaining the data on the user volume.default ModifyWorkspacePropertiesResponseWorkSpacesClient. modifyWorkspaceProperties(Consumer<ModifyWorkspacePropertiesRequest.Builder> modifyWorkspacePropertiesRequest)Modifies the specified WorkSpace properties.default ModifyWorkspacePropertiesResponseWorkSpacesClient. modifyWorkspaceProperties(ModifyWorkspacePropertiesRequest modifyWorkspacePropertiesRequest)Modifies the specified WorkSpace properties.
-