| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
APIKeyResponse |
KeyManagementApi.updateAPIKey(String apiKeyId,
APIKeyUpdateRequest body)
Edit an API key.
|
CompletableFuture<APIKeyResponse> |
KeyManagementApi.updateAPIKeyAsync(String apiKeyId,
APIKeyUpdateRequest body)
Edit an API key.
|
ApiResponse<APIKeyResponse> |
KeyManagementApi.updateAPIKeyWithHttpInfo(String apiKeyId,
APIKeyUpdateRequest body)
Update an API key.
|
CompletableFuture<ApiResponse<APIKeyResponse>> |
KeyManagementApi.updateAPIKeyWithHttpInfoAsync(String apiKeyId,
APIKeyUpdateRequest body)
Edit an API key.
|
| Modifier and Type | Method and Description |
|---|---|
APIKeyUpdateRequest |
APIKeyUpdateRequest.data(APIKeyUpdateData data) |
APIKeyUpdateRequest |
APIKeyUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.