Uses of Class
com.tencentcloudapi.cfs.v20190719.models.SnapshotOperateLog
-
Packages that use SnapshotOperateLog Package Description com.tencentcloudapi.cfs.v20190719.models -
-
Uses of SnapshotOperateLog in com.tencentcloudapi.cfs.v20190719.models
Methods in com.tencentcloudapi.cfs.v20190719.models that return SnapshotOperateLog Modifier and Type Method Description SnapshotOperateLog[]DescribeSnapshotOperationLogsResponse. getSnapshotOperates()Get 操作日志Methods in com.tencentcloudapi.cfs.v20190719.models with parameters of type SnapshotOperateLog Modifier and Type Method Description voidDescribeSnapshotOperationLogsResponse. setSnapshotOperates(SnapshotOperateLog[] SnapshotOperates)Set 操作日志Constructors in com.tencentcloudapi.cfs.v20190719.models with parameters of type SnapshotOperateLog Constructor Description SnapshotOperateLog(SnapshotOperateLog 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.
-