Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.ModifyApiIncrementResponse
-
Packages that use ModifyApiIncrementResponse Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of ModifyApiIncrementResponse in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 that return ModifyApiIncrementResponse Modifier and Type Method Description ModifyApiIncrementResponseApigatewayClient. ModifyApiIncrement(ModifyApiIncrementRequest req)提供增量更新API能力,主要是给程序调用(区别于ModifyApi,该接口是需要传入API的全量参数,对console使用较友好) -
Uses of ModifyApiIncrementResponse in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ModifyApiIncrementResponse Constructor Description ModifyApiIncrementResponse(ModifyApiIncrementResponse 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.
-