| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
PaginationIterable<Log> |
LogsApi.listLogsGetWithPagination()
Get a list of logs.
|
PaginationIterable<Log> |
LogsApi.listLogsGetWithPagination(LogsApi.ListLogsGetOptionalParameters parameters)
Get a list of logs.
|
PaginationIterable<Log> |
LogsApi.listLogsWithPagination()
Search logs.
|
PaginationIterable<Log> |
LogsApi.listLogsWithPagination(LogsApi.ListLogsOptionalParameters parameters)
Search logs.
|
| Modifier and Type | Method and Description |
|---|---|
Log |
Log.attributes(LogAttributes attributes) |
Log |
Log.id(String id) |
Log |
Log.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Log |
Log.type(LogType type) |
| Modifier and Type | Method and Description |
|---|---|
List<Log> |
LogsListResponse.getData()
Array of logs matching the request.
|
| Modifier and Type | Method and Description |
|---|---|
LogsListResponse |
LogsListResponse.addDataItem(Log dataItem) |
| Modifier and Type | Method and Description |
|---|---|
LogsListResponse |
LogsListResponse.data(List<Log> data) |
void |
LogsListResponse.setData(List<Log> data) |
Copyright © 2024. All rights reserved.