Uses of Class
com.tencentcloudapi.cfs.v20190719.models.DescribeCfsSnapshotsRequest
-
Packages that use DescribeCfsSnapshotsRequest Package Description com.tencentcloudapi.cfs.v20190719 com.tencentcloudapi.cfs.v20190719.models -
-
Uses of DescribeCfsSnapshotsRequest in com.tencentcloudapi.cfs.v20190719
Methods in com.tencentcloudapi.cfs.v20190719 with parameters of type DescribeCfsSnapshotsRequest Modifier and Type Method Description DescribeCfsSnapshotsResponseCfsClient. DescribeCfsSnapshots(DescribeCfsSnapshotsRequest req)查询文件系统快照列表 -
Uses of DescribeCfsSnapshotsRequest in com.tencentcloudapi.cfs.v20190719.models
Constructors in com.tencentcloudapi.cfs.v20190719.models with parameters of type DescribeCfsSnapshotsRequest Constructor Description DescribeCfsSnapshotsRequest(DescribeCfsSnapshotsRequest 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.
-