| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
BudgetWithEntries |
CloudCostManagementApi.getBudget(String budgetId)
Get budget.
|
BudgetWithEntries |
CloudCostManagementApi.upsertBudget(BudgetWithEntries body)
Create or update a budget.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<BudgetWithEntries> |
CloudCostManagementApi.getBudgetAsync(String budgetId)
Get budget.
|
ApiResponse<BudgetWithEntries> |
CloudCostManagementApi.getBudgetWithHttpInfo(String budgetId)
Get a budget
|
CompletableFuture<ApiResponse<BudgetWithEntries>> |
CloudCostManagementApi.getBudgetWithHttpInfoAsync(String budgetId)
Get budget.
|
CompletableFuture<BudgetWithEntries> |
CloudCostManagementApi.upsertBudgetAsync(BudgetWithEntries body)
Create or update a budget.
|
ApiResponse<BudgetWithEntries> |
CloudCostManagementApi.upsertBudgetWithHttpInfo(BudgetWithEntries body)
Create a new budget or update an existing one.
|
CompletableFuture<ApiResponse<BudgetWithEntries>> |
CloudCostManagementApi.upsertBudgetWithHttpInfoAsync(BudgetWithEntries body)
Create or update a budget.
|
| Modifier and Type | Method and Description |
|---|---|
BudgetWithEntries |
CloudCostManagementApi.upsertBudget(BudgetWithEntries body)
Create or update a budget.
|
CompletableFuture<BudgetWithEntries> |
CloudCostManagementApi.upsertBudgetAsync(BudgetWithEntries body)
Create or update a budget.
|
ApiResponse<BudgetWithEntries> |
CloudCostManagementApi.upsertBudgetWithHttpInfo(BudgetWithEntries body)
Create a new budget or update an existing one.
|
CompletableFuture<ApiResponse<BudgetWithEntries>> |
CloudCostManagementApi.upsertBudgetWithHttpInfoAsync(BudgetWithEntries body)
Create or update a budget.
|
| Modifier and Type | Method and Description |
|---|---|
BudgetWithEntries |
BudgetWithEntries.data(BudgetWithEntriesData data) |
BudgetWithEntries |
BudgetWithEntries.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.