Uses of Class
com.tencentcloudapi.tdcpg.v20211118.models.DescribeClusterRecoveryTimeRangeRequest
-
Packages that use DescribeClusterRecoveryTimeRangeRequest Package Description com.tencentcloudapi.tdcpg.v20211118 com.tencentcloudapi.tdcpg.v20211118.models -
-
Uses of DescribeClusterRecoveryTimeRangeRequest in com.tencentcloudapi.tdcpg.v20211118
Methods in com.tencentcloudapi.tdcpg.v20211118 with parameters of type DescribeClusterRecoveryTimeRangeRequest Modifier and Type Method Description DescribeClusterRecoveryTimeRangeResponseTdcpgClient. DescribeClusterRecoveryTimeRange(DescribeClusterRecoveryTimeRangeRequest req)查询集群可回档时间范围 -
Uses of DescribeClusterRecoveryTimeRangeRequest in com.tencentcloudapi.tdcpg.v20211118.models
Constructors in com.tencentcloudapi.tdcpg.v20211118.models with parameters of type DescribeClusterRecoveryTimeRangeRequest Constructor Description DescribeClusterRecoveryTimeRangeRequest(DescribeClusterRecoveryTimeRangeRequest 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.
-