Uses of Class
software.amazon.awssdk.services.workspaces.model.MigrateWorkspaceRequest
-
Packages that use MigrateWorkspaceRequest Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service software.amazon.awssdk.services.workspaces.transform -
-
Uses of MigrateWorkspaceRequest in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces with parameters of type MigrateWorkspaceRequest Modifier and Type Method Description 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.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. -
Uses of MigrateWorkspaceRequest in software.amazon.awssdk.services.workspaces.transform
Methods in software.amazon.awssdk.services.workspaces.transform with parameters of type MigrateWorkspaceRequest Modifier and Type Method Description SdkHttpFullRequestMigrateWorkspaceRequestMarshaller. marshall(MigrateWorkspaceRequest migrateWorkspaceRequest)
-