Uses of Class
com.tencentcloudapi.scf.v20180416.models.VersionMatch
-
Packages that use VersionMatch Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of VersionMatch in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return VersionMatch Modifier and Type Method Description VersionMatch[]RoutingConfig. getAddtionVersionMatchs()Get 规则路由附加版本Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type VersionMatch Modifier and Type Method Description voidRoutingConfig. setAddtionVersionMatchs(VersionMatch[] AddtionVersionMatchs)Set 规则路由附加版本Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type VersionMatch Constructor Description VersionMatch(VersionMatch 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.
-