Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.DescribeServiceReleaseVersionRequest
-
Packages that use DescribeServiceReleaseVersionRequest Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of DescribeServiceReleaseVersionRequest in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 with parameters of type DescribeServiceReleaseVersionRequest Modifier and Type Method Description DescribeServiceReleaseVersionResponseApigatewayClient. DescribeServiceReleaseVersion(DescribeServiceReleaseVersionRequest req)本接口(DescribeServiceReleaseVersion)查询一个服务下面所有已经发布的版本列表。 用户在发布服务时,常有多个版本发布,可使用本接口查询已发布的版本。 -
Uses of DescribeServiceReleaseVersionRequest in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type DescribeServiceReleaseVersionRequest Constructor Description DescribeServiceReleaseVersionRequest(DescribeServiceReleaseVersionRequest 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.
-