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