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