| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ItemApiPayload |
ActionsDatastoresApi.updateDatastoreItem(String datastoreId,
UpdateAppsDatastoreItemRequest body)
Update datastore item.
|
CompletableFuture<ItemApiPayload> |
ActionsDatastoresApi.updateDatastoreItemAsync(String datastoreId,
UpdateAppsDatastoreItemRequest body)
Update datastore item.
|
ApiResponse<ItemApiPayload> |
ActionsDatastoresApi.updateDatastoreItemWithHttpInfo(String datastoreId,
UpdateAppsDatastoreItemRequest body)
Partially updates an item in a datastore by its key.
|
CompletableFuture<ApiResponse<ItemApiPayload>> |
ActionsDatastoresApi.updateDatastoreItemWithHttpInfoAsync(String datastoreId,
UpdateAppsDatastoreItemRequest body)
Update datastore item.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAppsDatastoreItemRequest |
UpdateAppsDatastoreItemRequest.data(UpdateAppsDatastoreItemRequestData data) |
UpdateAppsDatastoreItemRequest |
UpdateAppsDatastoreItemRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.