Package | Description |
---|---|
com.tencentcloudapi.scf.v20180416.models |
Modifier and Type | Method and Description |
---|---|
InstanceConcurrencyConfig |
UpdateFunctionConfigurationRequest.getInstanceConcurrencyConfig()
Get 单实例多并发配置。只支持Web函数。
|
InstanceConcurrencyConfig |
CreateFunctionRequest.getInstanceConcurrencyConfig()
Get 单实例多并发配置。只支持Web函数。
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateFunctionConfigurationRequest.setInstanceConcurrencyConfig(InstanceConcurrencyConfig InstanceConcurrencyConfig)
Set 单实例多并发配置。只支持Web函数。
|
void |
CreateFunctionRequest.setInstanceConcurrencyConfig(InstanceConcurrencyConfig InstanceConcurrencyConfig)
Set 单实例多并发配置。只支持Web函数。
|
Constructor and Description |
---|
InstanceConcurrencyConfig(InstanceConcurrencyConfig 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.
|
Copyright © 2022. All rights reserved.