Uses of Class
com.tencentcloudapi.tdmq.v20200217.models.ResetRocketMQConsumerOffSetRequest
-
Packages that use ResetRocketMQConsumerOffSetRequest Package Description com.tencentcloudapi.tdmq.v20200217 com.tencentcloudapi.tdmq.v20200217.models -
-
Uses of ResetRocketMQConsumerOffSetRequest in com.tencentcloudapi.tdmq.v20200217
Methods in com.tencentcloudapi.tdmq.v20200217 with parameters of type ResetRocketMQConsumerOffSetRequest Modifier and Type Method Description ResetRocketMQConsumerOffSetResponseTdmqClient. ResetRocketMQConsumerOffSet(ResetRocketMQConsumerOffSetRequest req)重置指定Group的消费位点到指定时间戳 -
Uses of ResetRocketMQConsumerOffSetRequest in com.tencentcloudapi.tdmq.v20200217.models
Constructors in com.tencentcloudapi.tdmq.v20200217.models with parameters of type ResetRocketMQConsumerOffSetRequest Constructor Description ResetRocketMQConsumerOffSetRequest(ResetRocketMQConsumerOffSetRequest 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.
-