Package | Description |
---|---|
com.tencentcloudapi.scf.v20180416.models |
Modifier and Type | Method and Description |
---|---|
DeadLetterConfig |
CreateFunctionRequest.getDeadLetterConfig()
Get Dead letter queue parameter
|
DeadLetterConfig |
UpdateFunctionConfigurationRequest.getDeadLetterConfig()
Get Information of a dead letter queue associated with a function
|
DeadLetterConfig |
GetFunctionResponse.getDeadLetterConfig()
Get Information of a dead letter queue associated with a function
|
Modifier and Type | Method and Description |
---|---|
void |
CreateFunctionRequest.setDeadLetterConfig(DeadLetterConfig DeadLetterConfig)
Set Dead letter queue parameter
|
void |
UpdateFunctionConfigurationRequest.setDeadLetterConfig(DeadLetterConfig DeadLetterConfig)
Set Information of a dead letter queue associated with a function
|
void |
GetFunctionResponse.setDeadLetterConfig(DeadLetterConfig DeadLetterConfig)
Set Information of a dead letter queue associated with a function
|
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 © 2022. All rights reserved.