Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.ImportOpenApiResponse
-
Packages that use ImportOpenApiResponse Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of ImportOpenApiResponse in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 that return ImportOpenApiResponse Modifier and Type Method Description ImportOpenApiResponseApigatewayClient. ImportOpenApi(ImportOpenApiRequest req)本接口(ImportOpenApi)用于将OpenAPI规范定义的API导入到API网关。 -
Uses of ImportOpenApiResponse in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ImportOpenApiResponse Constructor Description ImportOpenApiResponse(ImportOpenApiResponse 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.
-