Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.CosConfig
-
Packages that use CosConfig Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of CosConfig in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return CosConfig Modifier and Type Method Description CosConfigServiceConfig. getCosConfig()Get API后端COS配置。如果 ServiceType 是 COS,则此参数必传。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type CosConfig Modifier and Type Method Description voidServiceConfig. setCosConfig(CosConfig CosConfig)Set API后端COS配置。如果 ServiceType 是 COS,则此参数必传。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type CosConfig Constructor Description CosConfig(CosConfig 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.
-