| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
PaginationIterable<Finding> |
SecurityMonitoringApi.listFindingsWithPagination()
List findings.
|
PaginationIterable<Finding> |
SecurityMonitoringApi.listFindingsWithPagination(SecurityMonitoringApi.ListFindingsOptionalParameters parameters)
List findings.
|
| Modifier and Type | Method and Description |
|---|---|
Finding |
Finding.attributes(FindingAttributes attributes) |
Finding |
Finding.id(String id) |
Finding |
Finding.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Finding |
Finding.type(FindingType type) |
| Modifier and Type | Method and Description |
|---|---|
List<Finding> |
ListFindingsResponse.getData()
Array of findings.
|
| Modifier and Type | Method and Description |
|---|---|
ListFindingsResponse |
ListFindingsResponse.addDataItem(Finding dataItem) |
| Modifier and Type | Method and Description |
|---|---|
ListFindingsResponse |
ListFindingsResponse.data(List<Finding> data) |
void |
ListFindingsResponse.setData(List<Finding> data) |
| Constructor and Description |
|---|
ListFindingsResponse(List<Finding> data,
ListFindingsMeta meta) |
Copyright © 2024. All rights reserved.