Uses of Class
com.tencentcloudapi.keewidb.v20220308.models.CreateBackupManuallyRequest
-
Packages that use CreateBackupManuallyRequest Package Description com.tencentcloudapi.keewidb.v20220308 com.tencentcloudapi.keewidb.v20220308.models -
-
Uses of CreateBackupManuallyRequest in com.tencentcloudapi.keewidb.v20220308
Methods in com.tencentcloudapi.keewidb.v20220308 with parameters of type CreateBackupManuallyRequest Modifier and Type Method Description CreateBackupManuallyResponseKeewidbClient. CreateBackupManually(CreateBackupManuallyRequest req)手动发起备份 -
Uses of CreateBackupManuallyRequest in com.tencentcloudapi.keewidb.v20220308.models
Constructors in com.tencentcloudapi.keewidb.v20220308.models with parameters of type CreateBackupManuallyRequest Constructor Description CreateBackupManuallyRequest(CreateBackupManuallyRequest 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.
-