Uses of Class
com.tencentcloudapi.scf.v20180416.models.Namespace
-
Packages that use Namespace Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of Namespace in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return Namespace Modifier and Type Method Description Namespace[]ListNamespacesResponse. getNamespaces()Get namespace详情Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type Namespace Modifier and Type Method Description voidListNamespacesResponse. setNamespaces(Namespace[] Namespaces)Set namespace详情Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type Namespace Constructor Description Namespace(Namespace 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.
-