| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
ApiKeyResponse |
KeyManagementApi.createAPIKey(ApiKey body)
Create an API key.
|
CompletableFuture<ApiKeyResponse> |
KeyManagementApi.createAPIKeyAsync(ApiKey body)
Create an API key.
|
ApiResponse<ApiKeyResponse> |
KeyManagementApi.createAPIKeyWithHttpInfo(ApiKey body)
Creates an API key with a given name.
|
CompletableFuture<ApiResponse<ApiKeyResponse>> |
KeyManagementApi.createAPIKeyWithHttpInfoAsync(ApiKey body)
Create an API key.
|
ApiKeyResponse |
KeyManagementApi.updateAPIKey(String key,
ApiKey body)
Edit an API key.
|
CompletableFuture<ApiKeyResponse> |
KeyManagementApi.updateAPIKeyAsync(String key,
ApiKey body)
Edit an API key.
|
ApiResponse<ApiKeyResponse> |
KeyManagementApi.updateAPIKeyWithHttpInfo(String key,
ApiKey body)
Edit an API key name.
|
CompletableFuture<ApiResponse<ApiKeyResponse>> |
KeyManagementApi.updateAPIKeyWithHttpInfoAsync(String key,
ApiKey body)
Edit an API key.
|
| Modifier and Type | Method and Description |
|---|---|
ApiKey |
OrganizationCreateResponse.getApiKey()
Datadog API key.
|
ApiKey |
ApiKeyResponse.getApiKey()
Datadog API key.
|
ApiKey |
ApiKey.name(String name) |
ApiKey |
ApiKey.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApiKey> |
ApiKeyListResponse.getApiKeys()
Array of API keys.
|
| Modifier and Type | Method and Description |
|---|---|
ApiKeyListResponse |
ApiKeyListResponse.addApiKeysItem(ApiKey apiKeysItem) |
OrganizationCreateResponse |
OrganizationCreateResponse.apiKey(ApiKey apiKey) |
ApiKeyResponse |
ApiKeyResponse.apiKey(ApiKey apiKey) |
void |
OrganizationCreateResponse.setApiKey(ApiKey apiKey) |
void |
ApiKeyResponse.setApiKey(ApiKey apiKey) |
| Modifier and Type | Method and Description |
|---|---|
ApiKeyListResponse |
ApiKeyListResponse.apiKeys(List<ApiKey> apiKeys) |
void |
ApiKeyListResponse.setApiKeys(List<ApiKey> apiKeys) |
Copyright © 2024. All rights reserved.