| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
Datastore |
ActionsDatastoresApi.getDatastore(String datastoreId)
Get datastore.
|
Datastore |
ActionsDatastoresApi.updateDatastore(String datastoreId,
UpdateAppsDatastoreRequest body)
Update datastore.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Datastore> |
ActionsDatastoresApi.getDatastoreAsync(String datastoreId)
Get datastore.
|
ApiResponse<Datastore> |
ActionsDatastoresApi.getDatastoreWithHttpInfo(String datastoreId)
Retrieves a specific datastore by its ID.
|
CompletableFuture<ApiResponse<Datastore>> |
ActionsDatastoresApi.getDatastoreWithHttpInfoAsync(String datastoreId)
Get datastore.
|
CompletableFuture<Datastore> |
ActionsDatastoresApi.updateDatastoreAsync(String datastoreId,
UpdateAppsDatastoreRequest body)
Update datastore.
|
ApiResponse<Datastore> |
ActionsDatastoresApi.updateDatastoreWithHttpInfo(String datastoreId,
UpdateAppsDatastoreRequest body)
Updates an existing datastore's attributes.
|
CompletableFuture<ApiResponse<Datastore>> |
ActionsDatastoresApi.updateDatastoreWithHttpInfoAsync(String datastoreId,
UpdateAppsDatastoreRequest body)
Update datastore.
|
| Modifier and Type | Method and Description |
|---|---|
Datastore |
Datastore.data(DatastoreData data) |
Datastore |
Datastore.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.