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