| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
APIKeyResponse |
KeyManagementApi.createAPIKey(APIKeyCreateRequest body)
Create an API key.
|
APIKeyResponse |
KeyManagementApi.getAPIKey(String apiKeyId)
Get API key.
|
APIKeyResponse |
KeyManagementApi.getAPIKey(String apiKeyId,
KeyManagementApi.GetAPIKeyOptionalParameters parameters)
Get API key.
|
APIKeyResponse |
KeyManagementApi.updateAPIKey(String apiKeyId,
APIKeyUpdateRequest body)
Edit an API key.
|
| Modifier and Type | Method and Description |
|---|---|
APIKeyResponse |
APIKeyResponse.addIncludedItem(APIKeyResponseIncludedItem includedItem) |
APIKeyResponse |
APIKeyResponse.data(FullAPIKey data) |
APIKeyResponse |
APIKeyResponse.included(List<APIKeyResponseIncludedItem> included) |
APIKeyResponse |
APIKeyResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.