Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.UpdateApiKeyRequest
-
Packages that use UpdateApiKeyRequest Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of UpdateApiKeyRequest in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 with parameters of type UpdateApiKeyRequest Modifier and Type Method Description UpdateApiKeyResponseApigatewayClient. UpdateApiKey(UpdateApiKeyRequest req)本接口(UpdateApiKey)用于更换用户已创建的一对 API 密钥。 -
Uses of UpdateApiKeyRequest in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type UpdateApiKeyRequest Constructor Description UpdateApiKeyRequest(UpdateApiKeyRequest 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.
-