Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.EnableApiKeyRequest
-
Packages that use EnableApiKeyRequest Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of EnableApiKeyRequest in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 with parameters of type EnableApiKeyRequest Modifier and Type Method Description EnableApiKeyResponseApigatewayClient. EnableApiKey(EnableApiKeyRequest req)本接口(EnableApiKey)用于启动一对被禁用的 API 密钥。 -
Uses of EnableApiKeyRequest in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type EnableApiKeyRequest Constructor Description EnableApiKeyRequest(EnableApiKeyRequest 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.
-