Uses of Class
com.tencentcloudapi.mongodb.v20190725.models.CreateBackupDBInstanceRequest
-
Packages that use CreateBackupDBInstanceRequest Package Description com.tencentcloudapi.mongodb.v20190725 com.tencentcloudapi.mongodb.v20190725.models -
-
Uses of CreateBackupDBInstanceRequest in com.tencentcloudapi.mongodb.v20190725
Methods in com.tencentcloudapi.mongodb.v20190725 with parameters of type CreateBackupDBInstanceRequest Modifier and Type Method Description CreateBackupDBInstanceResponse
MongodbClient. CreateBackupDBInstance(CreateBackupDBInstanceRequest req)
本接口(CreateBackupDBInstance)用于备份实例。 -
Uses of CreateBackupDBInstanceRequest in com.tencentcloudapi.mongodb.v20190725.models
Constructors in com.tencentcloudapi.mongodb.v20190725.models with parameters of type CreateBackupDBInstanceRequest Constructor Description CreateBackupDBInstanceRequest(CreateBackupDBInstanceRequest 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.
-