Uses of Class
com.tencentcloudapi.tcaplusdb.v20190823.models.KeyFile
-
Packages that use KeyFile Package Description com.tencentcloudapi.tcaplusdb.v20190823.models -
-
Uses of KeyFile in com.tencentcloudapi.tcaplusdb.v20190823.models
Methods in com.tencentcloudapi.tcaplusdb.v20190823.models that return KeyFile Modifier and Type Method Description KeyFile
ImportSnapshotsRequest. getKeyFile()
Get 部分记录的key文件Methods in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type KeyFile Modifier and Type Method Description void
ImportSnapshotsRequest. setKeyFile(KeyFile KeyFile)
Set 部分记录的key文件Constructors in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type KeyFile Constructor Description KeyFile(KeyFile 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.
-