Uses of Class
com.tencentcloudapi.cfs.v20190719.models.CreateCfsSnapshotResponse
-
Packages that use CreateCfsSnapshotResponse Package Description com.tencentcloudapi.cfs.v20190719 com.tencentcloudapi.cfs.v20190719.models -
-
Uses of CreateCfsSnapshotResponse in com.tencentcloudapi.cfs.v20190719
Methods in com.tencentcloudapi.cfs.v20190719 that return CreateCfsSnapshotResponse Modifier and Type Method Description CreateCfsSnapshotResponseCfsClient. CreateCfsSnapshot(CreateCfsSnapshotRequest req)创建文件系统快照 -
Uses of CreateCfsSnapshotResponse in com.tencentcloudapi.cfs.v20190719.models
Constructors in com.tencentcloudapi.cfs.v20190719.models with parameters of type CreateCfsSnapshotResponse Constructor Description CreateCfsSnapshotResponse(CreateCfsSnapshotResponse 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.
-