| 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.
|
CompletableFuture<APIKeyResponse> |
KeyManagementApi.createAPIKeyAsync(APIKeyCreateRequest body)
Create an API key.
|
ApiResponse<APIKeyResponse> |
KeyManagementApi.createAPIKeyWithHttpInfo(APIKeyCreateRequest body)
Create an API key.
|
CompletableFuture<ApiResponse<APIKeyResponse>> |
KeyManagementApi.createAPIKeyWithHttpInfoAsync(APIKeyCreateRequest body)
Create an API key.
|
| Modifier and Type | Method and Description |
|---|---|
APIKeyCreateRequest |
APIKeyCreateRequest.data(APIKeyCreateData data) |
APIKeyCreateRequest |
APIKeyCreateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.