Uses of Class
com.tencentcloudapi.scf.v20180416.models.RoutingConfig
-
Packages that use RoutingConfig Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of RoutingConfig in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return RoutingConfig Modifier and Type Method Description RoutingConfigAlias. getRoutingConfig()Get 别名的路由信息 注意:此字段可能返回 null,表示取不到有效值。RoutingConfigCreateAliasRequest. getRoutingConfig()Get 别名的请求路由配置RoutingConfigGetAliasResponse. getRoutingConfig()Get 别名的路由信息RoutingConfigUpdateAliasRequest. getRoutingConfig()Get 别名的路由信息,需要为别名指定附加版本时,必须提供此参数Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type RoutingConfig Modifier and Type Method Description voidAlias. setRoutingConfig(RoutingConfig RoutingConfig)Set 别名的路由信息 注意:此字段可能返回 null,表示取不到有效值。voidCreateAliasRequest. setRoutingConfig(RoutingConfig RoutingConfig)Set 别名的请求路由配置voidGetAliasResponse. setRoutingConfig(RoutingConfig RoutingConfig)Set 别名的路由信息voidUpdateAliasRequest. setRoutingConfig(RoutingConfig RoutingConfig)Set 别名的路由信息,需要为别名指定附加版本时,必须提供此参数Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type RoutingConfig Constructor Description RoutingConfig(RoutingConfig 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.
-