| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
List<Snapshot> |
DescribeWorkspaceSnapshotsResponse.rebuildSnapshots()
Information about the snapshots that can be used to rebuild a WorkSpace.
|
List<Snapshot> |
DescribeWorkspaceSnapshotsResponse.restoreSnapshots()
Information about the snapshots that can be used to restore a WorkSpace.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspaceSnapshotsResponse.Builder |
DescribeWorkspaceSnapshotsResponse.Builder.rebuildSnapshots(Snapshot... rebuildSnapshots)
Information about the snapshots that can be used to rebuild a WorkSpace.
|
DescribeWorkspaceSnapshotsResponse.Builder |
DescribeWorkspaceSnapshotsResponse.Builder.restoreSnapshots(Snapshot... restoreSnapshots)
Information about the snapshots that can be used to restore a WorkSpace.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspaceSnapshotsResponse.Builder |
DescribeWorkspaceSnapshotsResponse.Builder.rebuildSnapshots(Collection<Snapshot> rebuildSnapshots)
Information about the snapshots that can be used to rebuild a WorkSpace.
|
DescribeWorkspaceSnapshotsResponse.Builder |
DescribeWorkspaceSnapshotsResponse.Builder.restoreSnapshots(Collection<Snapshot> restoreSnapshots)
Information about the snapshots that can be used to restore a WorkSpace.
|
Copyright © 2023. All rights reserved.