| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces |
|
| software.amazon.awssdk.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
default MigrateWorkspaceResponse |
WorkSpacesClient.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(Consumer<MigrateWorkspaceRequest.Builder> migrateWorkspaceRequest)
Migrates a WorkSpace from one operating system or bundle type to another, while retaining the data on the user
volume.
|
| Modifier and Type | Method and Description |
|---|---|
static MigrateWorkspaceRequest.Builder |
MigrateWorkspaceRequest.builder() |
MigrateWorkspaceRequest.Builder |
MigrateWorkspaceRequest.Builder.bundleId(String bundleId)
The identifier of the target bundle type to migrate the WorkSpace to.
|
MigrateWorkspaceRequest.Builder |
MigrateWorkspaceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
MigrateWorkspaceRequest.Builder |
MigrateWorkspaceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
MigrateWorkspaceRequest.Builder |
MigrateWorkspaceRequest.Builder.sourceWorkspaceId(String sourceWorkspaceId)
The identifier of the WorkSpace to migrate from.
|
MigrateWorkspaceRequest.Builder |
MigrateWorkspaceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MigrateWorkspaceRequest.Builder> |
MigrateWorkspaceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.