Uses of Class
com.tencentcloudapi.scf.v20180416.models.NamespaceLimit
-
Packages that use NamespaceLimit Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of NamespaceLimit in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return NamespaceLimit Modifier and Type Method Description NamespaceLimit[]LimitsInfo. getNamespace()Get 命名空间限制信息Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type NamespaceLimit Modifier and Type Method Description voidLimitsInfo. setNamespace(NamespaceLimit[] Namespace)Set 命名空间限制信息Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type NamespaceLimit Constructor Description NamespaceLimit(NamespaceLimit 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.
-