Uses of Class
com.tencentcloudapi.mariadb.v20170312.models.TmpInstance
-
Packages that use TmpInstance Package Description com.tencentcloudapi.mariadb.v20170312.models -
-
Uses of TmpInstance in com.tencentcloudapi.mariadb.v20170312.models
Methods in com.tencentcloudapi.mariadb.v20170312.models that return TmpInstance Modifier and Type Method Description TmpInstance[]DescribeDBTmpInstancesResponse. getTmpInstances()Get 临时实例Methods in com.tencentcloudapi.mariadb.v20170312.models with parameters of type TmpInstance Modifier and Type Method Description voidDescribeDBTmpInstancesResponse. setTmpInstances(TmpInstance[] TmpInstances)Set 临时实例Constructors in com.tencentcloudapi.mariadb.v20170312.models with parameters of type TmpInstance Constructor Description TmpInstance(TmpInstance 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.
-