Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.ModifyApiResponse
-
Packages that use ModifyApiResponse Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of ModifyApiResponse in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 that return ModifyApiResponse Modifier and Type Method Description ModifyApiResponse
ApigatewayClient. ModifyApi(ModifyApiRequest req)
本接口(ModifyApi)用于修改 API 接口,可调用此接口对已经配置的 API 接口进行编辑修改。修改后的 API 需要重新发布 API 所在的服务到对应环境方能生效。 -
Uses of ModifyApiResponse in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ModifyApiResponse Constructor Description ModifyApiResponse(ModifyApiResponse 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.
-