Uses of Class
com.tencentcloudapi.scf.v20180416.models.SearchKey
-
Packages that use SearchKey Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of SearchKey in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return SearchKey Modifier and Type Method Description SearchKey[]ListNamespacesRequest. getSearchKey()Get 关键字匹配搜索,Key 可选值为 Namespace 和 Description,多个搜索条件之间是与的关系Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type SearchKey Modifier and Type Method Description voidListNamespacesRequest. setSearchKey(SearchKey[] SearchKey)Set 关键字匹配搜索,Key 可选值为 Namespace 和 Description,多个搜索条件之间是与的关系Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type SearchKey Constructor Description SearchKey(SearchKey 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.
-