| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
PaginationIterable<UsageQuotaResponseData> |
UsageMeteringApi.listQuotasWithPagination(String quotaNamespace)
List usage quotas.
|
PaginationIterable<UsageQuotaResponseData> |
UsageMeteringApi.listQuotasWithPagination(String quotaNamespace,
UsageMeteringApi.ListQuotasOptionalParameters parameters)
List usage quotas.
|
| Modifier and Type | Method and Description |
|---|---|
UsageQuotaResponseData |
UsageQuotaResponseData.attributes(UsageQuotaResponseAttributes attributes) |
UsageQuotaResponseData |
UsageQuotaResponse.getData()
A usage quota resource.
|
UsageQuotaResponseData |
UsageQuotaResponseData.id(String id) |
UsageQuotaResponseData |
UsageQuotaResponseData.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
UsageQuotaResponseData |
UsageQuotaResponseData.type(UsageQuotaType type) |
| Modifier and Type | Method and Description |
|---|---|
List<UsageQuotaResponseData> |
UsageQuotasListResponse.getData()
A list of usage quota resources.
|
| Modifier and Type | Method and Description |
|---|---|
UsageQuotasListResponse |
UsageQuotasListResponse.addDataItem(UsageQuotaResponseData dataItem) |
UsageQuotaResponse |
UsageQuotaResponse.data(UsageQuotaResponseData data) |
void |
UsageQuotaResponse.setData(UsageQuotaResponseData data) |
| Modifier and Type | Method and Description |
|---|---|
UsageQuotasListResponse |
UsageQuotasListResponse.data(List<UsageQuotaResponseData> data) |
void |
UsageQuotasListResponse.setData(List<UsageQuotaResponseData> data) |
| Constructor and Description |
|---|
UsageQuotaResponse(UsageQuotaResponseData data) |
| Constructor and Description |
|---|
UsageQuotasListResponse(List<UsageQuotaResponseData> data,
UsageQuotasResponseMeta meta) |
Copyright © 2026. All rights reserved.