| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
UsageQuotaResponse |
UsageMeteringApi.updateQuota(String quotaNamespace,
String id,
UsageQuotaUpdateRequest body)
Update a usage quota.
|
CompletableFuture<UsageQuotaResponse> |
UsageMeteringApi.updateQuotaAsync(String quotaNamespace,
String id,
UsageQuotaUpdateRequest body)
Update a usage quota.
|
ApiResponse<UsageQuotaResponse> |
UsageMeteringApi.updateQuotaWithHttpInfo(String quotaNamespace,
String id,
UsageQuotaUpdateRequest body)
Updates the supplied fields on a usage quota and leaves omitted fields unchanged.
|
CompletableFuture<ApiResponse<UsageQuotaResponse>> |
UsageMeteringApi.updateQuotaWithHttpInfoAsync(String quotaNamespace,
String id,
UsageQuotaUpdateRequest body)
Update a usage quota.
|
| Modifier and Type | Method and Description |
|---|---|
UsageQuotaUpdateRequest |
UsageQuotaUpdateRequest.data(UsageQuotaUpdateData data) |
UsageQuotaUpdateRequest |
UsageQuotaUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.