| Package | Description |
|---|---|
| com.tencentcloudapi.scf.v20180416.models |
| Modifier and Type | Method and Description |
|---|---|
Filter[] |
ListTriggersRequest.getFilters()
Get * Qualifier:
函数版本,别名
|
Filter[] |
ListFunctionsRequest.getFilters()
Get 过滤条件。
- tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。
每次请求的Filters的上限为10,Filter.Values的上限为5。
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTriggersRequest.setFilters(Filter[] Filters)
Set * Qualifier:
函数版本,别名
|
void |
ListFunctionsRequest.setFilters(Filter[] Filters)
Set 过滤条件。
- tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。
每次请求的Filters的上限为10,Filter.Values的上限为5。
|
| Constructor and Description |
|---|
Filter(Filter 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 © 2021. All rights reserved.