Package | Description |
---|---|
com.tencentcloudapi.clb.v20180317.models |
Modifier and Type | Method and Description |
---|---|
FunctionTarget[] |
RuleTargets.getFunctionTargets()
Get Information about backend SCF functions.
|
FunctionTarget[] |
DeregisterFunctionTargetsRequest.getFunctionTargets()
Get List of functions to be unbound
|
FunctionTarget[] |
ModifyFunctionTargetsRequest.getFunctionTargets()
Get The backend cloud functions to modify
|
FunctionTarget[] |
RegisterFunctionTargetsRequest.getFunctionTargets()
Get SCF functions to be bound.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleTargets.setFunctionTargets(FunctionTarget[] FunctionTargets)
Set Information about backend SCF functions.
|
void |
DeregisterFunctionTargetsRequest.setFunctionTargets(FunctionTarget[] FunctionTargets)
Set List of functions to be unbound
|
void |
ModifyFunctionTargetsRequest.setFunctionTargets(FunctionTarget[] FunctionTargets)
Set The backend cloud functions to modify
|
void |
RegisterFunctionTargetsRequest.setFunctionTargets(FunctionTarget[] FunctionTargets)
Set SCF functions to be bound.
|
Constructor and 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.
|
Copyright © 2023. All rights reserved.