| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
Snapshot.clone() |
Snapshot |
Snapshot.withSnapshotTime(Date snapshotTime)
The time when the snapshot was created.
|
| Modifier and Type | Method and Description |
|---|---|
List<Snapshot> |
DescribeWorkspaceSnapshotsResult.getRebuildSnapshots()
Information about the snapshots that can be used to rebuild a WorkSpace.
|
List<Snapshot> |
DescribeWorkspaceSnapshotsResult.getRestoreSnapshots()
Information about the snapshots that can be used to restore a WorkSpace.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspaceSnapshotsResult |
DescribeWorkspaceSnapshotsResult.withRebuildSnapshots(Snapshot... rebuildSnapshots)
Information about the snapshots that can be used to rebuild a WorkSpace.
|
DescribeWorkspaceSnapshotsResult |
DescribeWorkspaceSnapshotsResult.withRestoreSnapshots(Snapshot... restoreSnapshots)
Information about the snapshots that can be used to restore a WorkSpace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeWorkspaceSnapshotsResult.setRebuildSnapshots(Collection<Snapshot> rebuildSnapshots)
Information about the snapshots that can be used to rebuild a WorkSpace.
|
void |
DescribeWorkspaceSnapshotsResult.setRestoreSnapshots(Collection<Snapshot> restoreSnapshots)
Information about the snapshots that can be used to restore a WorkSpace.
|
DescribeWorkspaceSnapshotsResult |
DescribeWorkspaceSnapshotsResult.withRebuildSnapshots(Collection<Snapshot> rebuildSnapshots)
Information about the snapshots that can be used to rebuild a WorkSpace.
|
DescribeWorkspaceSnapshotsResult |
DescribeWorkspaceSnapshotsResult.withRestoreSnapshots(Collection<Snapshot> restoreSnapshots)
Information about the snapshots that can be used to restore a WorkSpace.
|
Copyright © 2024. All rights reserved.