| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static CreateSnapshotType |
CreateSnapshotType.CREATE_SNAPSHOT |
| Modifier and Type | Method and Description |
|---|---|
static CreateSnapshotType |
CreateSnapshotType.fromValue(String value) |
CreateSnapshotType |
CreateSnapshotDataResponse.getType()
The type identifier for snapshot creation resources.
|
CreateSnapshotType |
CreateSnapshotDataRequest.getType()
The type identifier for snapshot creation resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateSnapshotType.CreateSnapshotTypeSerializer.serialize(CreateSnapshotType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
CreateSnapshotDataResponse.setType(CreateSnapshotType type) |
void |
CreateSnapshotDataRequest.setType(CreateSnapshotType type) |
CreateSnapshotDataResponse |
CreateSnapshotDataResponse.type(CreateSnapshotType type) |
CreateSnapshotDataRequest |
CreateSnapshotDataRequest.type(CreateSnapshotType type) |
| Constructor and Description |
|---|
CreateSnapshotDataRequest(CreateSnapshotDataAttributesRequest attributes,
CreateSnapshotType type) |
CreateSnapshotDataResponse(CreateSnapshotDataAttributesResponse attributes,
String id,
CreateSnapshotType type) |
| Constructor and Description |
|---|
CreateSnapshotTypeSerializer(Class<CreateSnapshotType> t) |
Copyright © 2026. All rights reserved.