Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.BindSecretIdsResponse
-
Packages that use BindSecretIdsResponse Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of BindSecretIdsResponse in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 that return BindSecretIdsResponse Modifier and Type Method Description BindSecretIdsResponseApigatewayClient. BindSecretIds(BindSecretIdsRequest req)本接口(BindSecretIds)用于为使用计划绑定密钥。 将密钥绑定到某个使用计划,并将此使用计划绑定到某个服务发布的环境上,调用者方可使用此密钥调用这个服务中的 API,可使用本接口为使用计划绑定密钥。 -
Uses of BindSecretIdsResponse in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type BindSecretIdsResponse Constructor Description BindSecretIdsResponse(BindSecretIdsResponse 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.
-