| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static AwsScanOptionsType |
AwsScanOptionsType.AWS_SCAN_OPTIONS |
| Modifier and Type | Method and Description |
|---|---|
static AwsScanOptionsType |
AwsScanOptionsType.fromValue(String value) |
AwsScanOptionsType |
AwsScanOptionsUpdateData.getType()
The type of the resource.
|
AwsScanOptionsType |
AwsScanOptionsCreateData.getType()
The type of the resource.
|
AwsScanOptionsType |
AwsScanOptionsData.getType()
The type of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsScanOptionsType.AwsScanOptionsTypeSerializer.serialize(AwsScanOptionsType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
AwsScanOptionsUpdateData.setType(AwsScanOptionsType type) |
void |
AwsScanOptionsCreateData.setType(AwsScanOptionsType type) |
void |
AwsScanOptionsData.setType(AwsScanOptionsType type) |
AwsScanOptionsUpdateData |
AwsScanOptionsUpdateData.type(AwsScanOptionsType type) |
AwsScanOptionsCreateData |
AwsScanOptionsCreateData.type(AwsScanOptionsType type) |
AwsScanOptionsData |
AwsScanOptionsData.type(AwsScanOptionsType type) |
| Constructor and Description |
|---|
AwsScanOptionsCreateData(AwsScanOptionsCreateAttributes attributes,
String id,
AwsScanOptionsType type) |
AwsScanOptionsUpdateData(AwsScanOptionsUpdateAttributes attributes,
String id,
AwsScanOptionsType type) |
| Constructor and Description |
|---|
AwsScanOptionsTypeSerializer(Class<AwsScanOptionsType> t) |
Copyright © 2025. All rights reserved.