Uses of Class
com.tencentcloudapi.trocket.v20230308.models.ModifyConsumerGroupResponse
-
Packages that use ModifyConsumerGroupResponse Package Description com.tencentcloudapi.trocket.v20230308 com.tencentcloudapi.trocket.v20230308.models -
-
Uses of ModifyConsumerGroupResponse in com.tencentcloudapi.trocket.v20230308
Methods in com.tencentcloudapi.trocket.v20230308 that return ModifyConsumerGroupResponse Modifier and Type Method Description ModifyConsumerGroupResponseTrocketClient. ModifyConsumerGroup(ModifyConsumerGroupRequest req)修改消费组属性 -
Uses of ModifyConsumerGroupResponse in com.tencentcloudapi.trocket.v20230308.models
Constructors in com.tencentcloudapi.trocket.v20230308.models with parameters of type ModifyConsumerGroupResponse Constructor Description ModifyConsumerGroupResponse(ModifyConsumerGroupResponse 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.
-