| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
UpsertCatalogEntityResponse |
SoftwareCatalogApi.upsertCatalogEntity(UpsertCatalogEntityRequest body)
Create or update entities.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UpsertCatalogEntityResponse> |
SoftwareCatalogApi.upsertCatalogEntityAsync(UpsertCatalogEntityRequest body)
Create or update entities.
|
ApiResponse<UpsertCatalogEntityResponse> |
SoftwareCatalogApi.upsertCatalogEntityWithHttpInfo(UpsertCatalogEntityRequest body)
Create or update entities in Software Catalog.
|
CompletableFuture<ApiResponse<UpsertCatalogEntityResponse>> |
SoftwareCatalogApi.upsertCatalogEntityWithHttpInfoAsync(UpsertCatalogEntityRequest body)
Create or update entities.
|
| Modifier and Type | Method and Description |
|---|---|
UpsertCatalogEntityResponse |
UpsertCatalogEntityResponse.addDataItem(EntityData dataItem) |
UpsertCatalogEntityResponse |
UpsertCatalogEntityResponse.addIncludedItem(UpsertCatalogEntityResponseIncludedItem includedItem) |
UpsertCatalogEntityResponse |
UpsertCatalogEntityResponse.data(List<EntityData> data) |
UpsertCatalogEntityResponse |
UpsertCatalogEntityResponse.included(List<UpsertCatalogEntityResponseIncludedItem> included) |
UpsertCatalogEntityResponse |
UpsertCatalogEntityResponse.meta(EntityResponseMeta meta) |
UpsertCatalogEntityResponse |
UpsertCatalogEntityResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2025. All rights reserved.