Uses of Class
com.tencentcloudapi.thpc.v20220401.models.QueueConfig
-
Packages that use QueueConfig Package Description com.tencentcloudapi.thpc.v20220401.models -
-
Uses of QueueConfig in com.tencentcloudapi.thpc.v20220401.models
Methods in com.tencentcloudapi.thpc.v20220401.models that return QueueConfig Modifier and Type Method Description QueueConfig[]SetAutoScalingConfigurationRequest. getQueueConfigs()Get 扩容队列配置列表。Methods in com.tencentcloudapi.thpc.v20220401.models with parameters of type QueueConfig Modifier and Type Method Description voidSetAutoScalingConfigurationRequest. setQueueConfigs(QueueConfig[] QueueConfigs)Set 扩容队列配置列表。Constructors in com.tencentcloudapi.thpc.v20220401.models with parameters of type QueueConfig Constructor Description QueueConfig(QueueConfig 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.
-