Package | Description |
---|---|
com.tencentcloudapi.scf.v20180416.models |
Modifier and Type | Method and Description |
---|---|
DeadLetterConfig |
GetFunctionResponse.getDeadLetterConfig()
Get 函数关联的死信队列信息
|
DeadLetterConfig |
CreateFunctionRequest.getDeadLetterConfig()
Get 死信队列参数
|
DeadLetterConfig |
UpdateFunctionConfigurationRequest.getDeadLetterConfig()
Get 函数关联的死信队列信息
|
Modifier and Type | Method and Description |
---|---|
void |
GetFunctionResponse.setDeadLetterConfig(DeadLetterConfig DeadLetterConfig)
Set 函数关联的死信队列信息
|
void |
CreateFunctionRequest.setDeadLetterConfig(DeadLetterConfig DeadLetterConfig)
Set 死信队列参数
|
void |
UpdateFunctionConfigurationRequest.setDeadLetterConfig(DeadLetterConfig DeadLetterConfig)
Set 函数关联的死信队列信息
|
Constructor and Description |
---|
DeadLetterConfig(DeadLetterConfig 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 © 2024. All rights reserved.