| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static DatadogAPIKeyType |
DatadogAPIKeyType.DATADOGAPIKEY |
| Modifier and Type | Method and Description |
|---|---|
static DatadogAPIKeyType |
DatadogAPIKeyType.fromValue(String value) |
DatadogAPIKeyType |
DatadogAPIKeyUpdate.getType()
The definition of the
DatadogAPIKey object. |
DatadogAPIKeyType |
DatadogAPIKey.getType()
The definition of the
DatadogAPIKey object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DatadogAPIKeyType.DatadogAPIKeyTypeSerializer.serialize(DatadogAPIKeyType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
DatadogAPIKeyUpdate.setType(DatadogAPIKeyType type) |
void |
DatadogAPIKey.setType(DatadogAPIKeyType type) |
DatadogAPIKeyUpdate |
DatadogAPIKeyUpdate.type(DatadogAPIKeyType type) |
DatadogAPIKey |
DatadogAPIKey.type(DatadogAPIKeyType type) |
| Constructor and Description |
|---|
DatadogAPIKey(String apiKey,
String appKey,
String datacenter,
DatadogAPIKeyType type) |
DatadogAPIKeyUpdate(DatadogAPIKeyType type) |
| Constructor and Description |
|---|
DatadogAPIKeyTypeSerializer(Class<DatadogAPIKeyType> t) |
Copyright © 2025. All rights reserved.