Uses of Class
com.tencentcloudapi.clb.v20180317.models.FunctionTarget
-
Packages that use FunctionTarget Package Description com.tencentcloudapi.clb.v20180317.models -
-
Uses of FunctionTarget in com.tencentcloudapi.clb.v20180317.models
Methods in com.tencentcloudapi.clb.v20180317.models that return FunctionTarget Modifier and Type Method Description FunctionTarget[]DeregisterFunctionTargetsRequest. getFunctionTargets()Get 待解绑的云函数列表。FunctionTarget[]ModifyFunctionTargetsRequest. getFunctionTargets()Get 要修改的后端云函数服务列表。FunctionTarget[]RegisterFunctionTargetsRequest. getFunctionTargets()Get 待绑定的云函数列表。FunctionTarget[]RuleTargets. getFunctionTargets()Get 后端云函数的信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.clb.v20180317.models with parameters of type FunctionTarget Modifier and Type Method Description voidDeregisterFunctionTargetsRequest. setFunctionTargets(FunctionTarget[] FunctionTargets)Set 待解绑的云函数列表。voidModifyFunctionTargetsRequest. setFunctionTargets(FunctionTarget[] FunctionTargets)Set 要修改的后端云函数服务列表。voidRegisterFunctionTargetsRequest. setFunctionTargets(FunctionTarget[] FunctionTargets)Set 待绑定的云函数列表。voidRuleTargets. setFunctionTargets(FunctionTarget[] FunctionTargets)Set 后端云函数的信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type FunctionTarget Constructor Description FunctionTarget(FunctionTarget 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.
-