Uses of Class
com.tencentcloudapi.postgres.v20170312.models.RestartDBInstanceRequest
-
Packages that use RestartDBInstanceRequest Package Description com.tencentcloudapi.postgres.v20170312 com.tencentcloudapi.postgres.v20170312.models -
-
Uses of RestartDBInstanceRequest in com.tencentcloudapi.postgres.v20170312
Methods in com.tencentcloudapi.postgres.v20170312 with parameters of type RestartDBInstanceRequest Modifier and Type Method Description RestartDBInstanceResponse
PostgresClient. RestartDBInstance(RestartDBInstanceRequest req)
本接口(RestartDBInstance)用于重启实例。 -
Uses of RestartDBInstanceRequest in com.tencentcloudapi.postgres.v20170312.models
Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type RestartDBInstanceRequest Constructor Description RestartDBInstanceRequest(RestartDBInstanceRequest 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.
-