Package | Description |
---|---|
com.tencentcloudapi.scf.v20180416.models |
Modifier and Type | Method and Description |
---|---|
ProtocolParams |
CreateFunctionRequest.getProtocolParams()
Get HTTP函数配置ProtocolType访问协议,当前协议可配置的参数
|
ProtocolParams |
GetFunctionResponse.getProtocolParams()
Get HTTP函数配置ProtocolType访问协议,当前协议配置的参数
注意:此字段可能返回 null,表示取不到有效值。
|
ProtocolParams |
UpdateFunctionConfigurationRequest.getProtocolParams()
Get HTTP函数配置ProtocolType访问协议,当前协议可配置的参数
|
Modifier and Type | Method and Description |
---|---|
void |
CreateFunctionRequest.setProtocolParams(ProtocolParams ProtocolParams)
Set HTTP函数配置ProtocolType访问协议,当前协议可配置的参数
|
void |
GetFunctionResponse.setProtocolParams(ProtocolParams ProtocolParams)
Set HTTP函数配置ProtocolType访问协议,当前协议配置的参数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
UpdateFunctionConfigurationRequest.setProtocolParams(ProtocolParams ProtocolParams)
Set HTTP函数配置ProtocolType访问协议,当前协议可配置的参数
|
Constructor and Description |
---|
ProtocolParams(ProtocolParams 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 © 2023. All rights reserved.