Uses of Class
com.tencentcloudapi.mongodb.v20190725.models.RenewDBInstancesRequest
-
Packages that use RenewDBInstancesRequest Package Description com.tencentcloudapi.mongodb.v20190725 com.tencentcloudapi.mongodb.v20190725.models -
-
Uses of RenewDBInstancesRequest in com.tencentcloudapi.mongodb.v20190725
Methods in com.tencentcloudapi.mongodb.v20190725 with parameters of type RenewDBInstancesRequest Modifier and Type Method Description RenewDBInstancesResponseMongodbClient. RenewDBInstances(RenewDBInstancesRequest req)本接口(RenewDBInstance)用于续费云数据库实例,仅支持付费模式为包年包月的实例。按量计费实例不需要续费。 -
Uses of RenewDBInstancesRequest in com.tencentcloudapi.mongodb.v20190725.models
Constructors in com.tencentcloudapi.mongodb.v20190725.models with parameters of type RenewDBInstancesRequest Constructor Description RenewDBInstancesRequest(RenewDBInstancesRequest 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.
-