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