| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
AccountFiltersResponse |
CloudCostManagementApi.getCostAccountFilters(Long cloudAccountId)
Get account filters.
|
AccountFiltersResponse |
CloudCostManagementApi.updateCostAccountFilters(Long cloudAccountId,
AccountFiltersPatchRequest body)
Update account filters.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AccountFiltersResponse> |
CloudCostManagementApi.getCostAccountFiltersAsync(Long cloudAccountId)
Get account filters.
|
ApiResponse<AccountFiltersResponse> |
CloudCostManagementApi.getCostAccountFiltersWithHttpInfo(Long cloudAccountId)
Get the account filters for a cloud account (AWS CUR 1.0/2.0, OCI, and other clouds).
|
CompletableFuture<ApiResponse<AccountFiltersResponse>> |
CloudCostManagementApi.getCostAccountFiltersWithHttpInfoAsync(Long cloudAccountId)
Get account filters.
|
CompletableFuture<AccountFiltersResponse> |
CloudCostManagementApi.updateCostAccountFiltersAsync(Long cloudAccountId,
AccountFiltersPatchRequest body)
Update account filters.
|
ApiResponse<AccountFiltersResponse> |
CloudCostManagementApi.updateCostAccountFiltersWithHttpInfo(Long cloudAccountId,
AccountFiltersPatchRequest body)
Update the account filters for a cloud account (AWS CUR 1.0/2.0, OCI, and other clouds).
|
CompletableFuture<ApiResponse<AccountFiltersResponse>> |
CloudCostManagementApi.updateCostAccountFiltersWithHttpInfoAsync(Long cloudAccountId,
AccountFiltersPatchRequest body)
Update account filters.
|
| Modifier and Type | Method and Description |
|---|---|
AccountFiltersResponse |
AccountFiltersResponse.data(AccountFilters data) |
AccountFiltersResponse |
AccountFiltersResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.