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