Uses of Class
software.amazon.awssdk.services.workspaces.model.Snapshot
-
Packages that use Snapshot Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of Snapshot in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type Snapshot Modifier and Type Method 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.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type Snapshot Modifier and Type Method Description DescribeWorkspaceSnapshotsResponse.BuilderDescribeWorkspaceSnapshotsResponse.Builder. rebuildSnapshots(Snapshot... rebuildSnapshots)Information about the snapshots that can be used to rebuild a WorkSpace.DescribeWorkspaceSnapshotsResponse.BuilderDescribeWorkspaceSnapshotsResponse.Builder. restoreSnapshots(Snapshot... restoreSnapshots)Information about the snapshots that can be used to restore a WorkSpace.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type Snapshot Modifier and Type Method Description DescribeWorkspaceSnapshotsResponse.BuilderDescribeWorkspaceSnapshotsResponse.Builder. rebuildSnapshots(Collection<Snapshot> rebuildSnapshots)Information about the snapshots that can be used to rebuild a WorkSpace.DescribeWorkspaceSnapshotsResponse.BuilderDescribeWorkspaceSnapshotsResponse.Builder. restoreSnapshots(Collection<Snapshot> restoreSnapshots)Information about the snapshots that can be used to restore a WorkSpace.
-