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