Uses of Class
com.tencentcloudapi.scf.v20180416.models.PublicNetConfigIn
-
Packages that use PublicNetConfigIn Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of PublicNetConfigIn in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return PublicNetConfigIn Modifier and Type Method Description PublicNetConfigInCreateFunctionRequest. getPublicNetConfig()Get 公网访问配置PublicNetConfigInUpdateFunctionConfigurationRequest. getPublicNetConfig()Get 公网访问配置Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type PublicNetConfigIn Modifier and Type Method Description voidCreateFunctionRequest. setPublicNetConfig(PublicNetConfigIn PublicNetConfig)Set 公网访问配置voidUpdateFunctionConfigurationRequest. setPublicNetConfig(PublicNetConfigIn PublicNetConfig)Set 公网访问配置Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type PublicNetConfigIn Constructor Description PublicNetConfigIn(PublicNetConfigIn 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.
-