| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static SecurityMonitoringSuppressionType |
SecurityMonitoringSuppressionType.SUPPRESSIONS |
| Modifier and Type | Method and Description |
|---|---|
static SecurityMonitoringSuppressionType |
SecurityMonitoringSuppressionType.fromValue(String value) |
SecurityMonitoringSuppressionType |
SecurityMonitoringSuppression.getType()
The type of the resource.
|
SecurityMonitoringSuppressionType |
SecurityMonitoringSuppressionCreateData.getType()
The type of the resource.
|
SecurityMonitoringSuppressionType |
SecurityMonitoringSuppressionUpdateData.getType()
The type of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityMonitoringSuppressionType.SecurityMonitoringSuppressionTypeSerializer.serialize(SecurityMonitoringSuppressionType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SecurityMonitoringSuppression.setType(SecurityMonitoringSuppressionType type) |
void |
SecurityMonitoringSuppressionCreateData.setType(SecurityMonitoringSuppressionType type) |
void |
SecurityMonitoringSuppressionUpdateData.setType(SecurityMonitoringSuppressionType type) |
SecurityMonitoringSuppression |
SecurityMonitoringSuppression.type(SecurityMonitoringSuppressionType type) |
SecurityMonitoringSuppressionCreateData |
SecurityMonitoringSuppressionCreateData.type(SecurityMonitoringSuppressionType type) |
SecurityMonitoringSuppressionUpdateData |
SecurityMonitoringSuppressionUpdateData.type(SecurityMonitoringSuppressionType type) |
| Constructor and Description |
|---|
SecurityMonitoringSuppressionCreateData(SecurityMonitoringSuppressionCreateAttributes attributes,
SecurityMonitoringSuppressionType type) |
SecurityMonitoringSuppressionUpdateData(SecurityMonitoringSuppressionUpdateAttributes attributes,
SecurityMonitoringSuppressionType type) |
| Constructor and Description |
|---|
SecurityMonitoringSuppressionTypeSerializer(Class<SecurityMonitoringSuppressionType> t) |
Copyright © 2024. All rights reserved.