Uses of Class
com.tencentcloudapi.cfs.v20190719.models.UpdateCfsSnapshotAttributeRequest
-
Packages that use UpdateCfsSnapshotAttributeRequest Package Description com.tencentcloudapi.cfs.v20190719 com.tencentcloudapi.cfs.v20190719.models -
-
Uses of UpdateCfsSnapshotAttributeRequest in com.tencentcloudapi.cfs.v20190719
Methods in com.tencentcloudapi.cfs.v20190719 with parameters of type UpdateCfsSnapshotAttributeRequest Modifier and Type Method Description UpdateCfsSnapshotAttributeResponseCfsClient. UpdateCfsSnapshotAttribute(UpdateCfsSnapshotAttributeRequest req)更新文件系统快照名称及保留时长 -
Uses of UpdateCfsSnapshotAttributeRequest in com.tencentcloudapi.cfs.v20190719.models
Constructors in com.tencentcloudapi.cfs.v20190719.models with parameters of type UpdateCfsSnapshotAttributeRequest Constructor Description UpdateCfsSnapshotAttributeRequest(UpdateCfsSnapshotAttributeRequest 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.
-