| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
void |
ReferenceTablesApi.deleteRows(String id,
BatchDeleteRowsRequestArray body)
Delete rows.
|
CompletableFuture<Void> |
ReferenceTablesApi.deleteRowsAsync(String id,
BatchDeleteRowsRequestArray body)
Delete rows.
|
ApiResponse<Void> |
ReferenceTablesApi.deleteRowsWithHttpInfo(String id,
BatchDeleteRowsRequestArray body)
Delete multiple rows from a Reference Table by their primary key values.
|
CompletableFuture<ApiResponse<Void>> |
ReferenceTablesApi.deleteRowsWithHttpInfoAsync(String id,
BatchDeleteRowsRequestArray body)
Delete rows.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteRowsRequestArray |
BatchDeleteRowsRequestArray.addDataItem(TableRowResourceIdentifier dataItem) |
BatchDeleteRowsRequestArray |
BatchDeleteRowsRequestArray.data(List<TableRowResourceIdentifier> data) |
BatchDeleteRowsRequestArray |
BatchDeleteRowsRequestArray.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.