Package | Description |
---|---|
com.tencentcloudapi.apigateway.v20180808.models |
Modifier and Type | Method and Description |
---|---|
ApiKey[] |
ApiKeysStatus.getApiKeySet()
Get API key list.
|
ApiKey |
UpdateApiKeyResponse.getResult()
Get Key details after change.
|
ApiKey |
CreateApiKeyResponse.getResult()
Get New key details.
|
ApiKey |
DescribeApiKeyResponse.getResult()
Get Key details.
|
Modifier and Type | Method and Description |
---|---|
void |
ApiKeysStatus.setApiKeySet(ApiKey[] ApiKeySet)
Set API key list.
|
void |
UpdateApiKeyResponse.setResult(ApiKey Result)
Set Key details after change.
|
void |
CreateApiKeyResponse.setResult(ApiKey Result)
Set New key details.
|
void |
DescribeApiKeyResponse.setResult(ApiKey Result)
Set Key details.
|
Constructor and Description |
---|
ApiKey(ApiKey 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.
|
Copyright © 2023. All rights reserved.