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