| 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) |
Copyright © 2023. All rights reserved.