| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
void |
ReferenceTablesApi.upsertRows(String id,
BatchUpsertRowsRequestArray body)
Upsert rows.
|
CompletableFuture<Void> |
ReferenceTablesApi.upsertRowsAsync(String id,
BatchUpsertRowsRequestArray body)
Upsert rows.
|
ApiResponse<Void> |
ReferenceTablesApi.upsertRowsWithHttpInfo(String id,
BatchUpsertRowsRequestArray body)
Create or update rows in a Reference Table by their primary key values.
|
CompletableFuture<ApiResponse<Void>> |
ReferenceTablesApi.upsertRowsWithHttpInfoAsync(String id,
BatchUpsertRowsRequestArray body)
Upsert rows.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpsertRowsRequestArray |
BatchUpsertRowsRequestArray.addDataItem(BatchUpsertRowsRequestData dataItem) |
BatchUpsertRowsRequestArray |
BatchUpsertRowsRequestArray.data(List<BatchUpsertRowsRequestData> data) |
BatchUpsertRowsRequestArray |
BatchUpsertRowsRequestArray.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.