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