Uses of Class
software.amazon.awssdk.services.workspaces.model.MigrateWorkspaceResponse
-
Packages that use MigrateWorkspaceResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of MigrateWorkspaceResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return MigrateWorkspaceResponse 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.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type MigrateWorkspaceResponse Modifier and Type Method Description default CompletableFuture<MigrateWorkspaceResponse>WorkSpacesAsyncClient. 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 CompletableFuture<MigrateWorkspaceResponse>WorkSpacesAsyncClient. migrateWorkspace(MigrateWorkspaceRequest migrateWorkspaceRequest)Migrates a WorkSpace from one operating system or bundle type to another, while retaining the data on the user volume.
-