Uses of Class
com.tencentcloudapi.sqlserver.v20180328.models.DescribeBackupsResponse
-
Packages that use DescribeBackupsResponse Package Description com.tencentcloudapi.sqlserver.v20180328 com.tencentcloudapi.sqlserver.v20180328.models -
-
Uses of DescribeBackupsResponse in com.tencentcloudapi.sqlserver.v20180328
Methods in com.tencentcloudapi.sqlserver.v20180328 that return DescribeBackupsResponse Modifier and Type Method Description DescribeBackupsResponse
SqlserverClient. DescribeBackups(DescribeBackupsRequest req)
本接口(DescribeBackups)用于查询备份列表。 -
Uses of DescribeBackupsResponse in com.tencentcloudapi.sqlserver.v20180328.models
Constructors in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type DescribeBackupsResponse Constructor Description DescribeBackupsResponse(DescribeBackupsResponse 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.
-