Uses of Class
com.tencentcloudapi.cbs.v20170312.models.Snapshot
-
Packages that use Snapshot Package Description com.tencentcloudapi.cbs.v20170312.models -
-
Uses of Snapshot in com.tencentcloudapi.cbs.v20170312.models
Methods in com.tencentcloudapi.cbs.v20170312.models that return Snapshot Modifier and Type Method Description Snapshot[]DescribeSnapshotsResponse. getSnapshotSet()Get 快照的详情列表。Methods in com.tencentcloudapi.cbs.v20170312.models with parameters of type Snapshot Modifier and Type Method Description voidDescribeSnapshotsResponse. setSnapshotSet(Snapshot[] SnapshotSet)Set 快照的详情列表。Constructors in com.tencentcloudapi.cbs.v20170312.models with parameters of type Snapshot Constructor Description Snapshot(Snapshot source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-