Uses of Class
com.tencentcloudapi.scf.v20180416.models.ProtocolParams
-
Packages that use ProtocolParams Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of ProtocolParams in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return ProtocolParams Modifier and Type Method Description ProtocolParamsCreateFunctionRequest. getProtocolParams()Get HTTP函数配置ProtocolType访问协议,当前协议可配置的参数ProtocolParamsGetFunctionResponse. getProtocolParams()Get HTTP函数配置ProtocolType访问协议,当前协议配置的参数 注意:此字段可能返回 null,表示取不到有效值。ProtocolParamsUpdateFunctionConfigurationRequest. getProtocolParams()Get HTTP函数配置ProtocolType访问协议,当前协议可配置的参数Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type ProtocolParams Modifier and Type Method Description voidCreateFunctionRequest. setProtocolParams(ProtocolParams ProtocolParams)Set HTTP函数配置ProtocolType访问协议,当前协议可配置的参数voidGetFunctionResponse. setProtocolParams(ProtocolParams ProtocolParams)Set HTTP函数配置ProtocolType访问协议,当前协议配置的参数 注意:此字段可能返回 null,表示取不到有效值。voidUpdateFunctionConfigurationRequest. setProtocolParams(ProtocolParams ProtocolParams)Set HTTP函数配置ProtocolType访问协议,当前协议可配置的参数Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type ProtocolParams Constructor 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.
-