| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
UsageIndexedSpansResponse |
UsageMeteringApi.getUsageIndexedSpans(OffsetDateTime startHr)
Get hourly usage for indexed spans.
|
UsageIndexedSpansResponse |
UsageMeteringApi.getUsageIndexedSpans(OffsetDateTime startHr,
UsageMeteringApi.GetUsageIndexedSpansOptionalParameters parameters)
Get hourly usage for indexed spans.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UsageIndexedSpansResponse> |
UsageMeteringApi.getUsageIndexedSpansAsync(OffsetDateTime startHr)
Get hourly usage for indexed spans.
|
CompletableFuture<UsageIndexedSpansResponse> |
UsageMeteringApi.getUsageIndexedSpansAsync(OffsetDateTime startHr,
UsageMeteringApi.GetUsageIndexedSpansOptionalParameters parameters)
Get hourly usage for indexed spans.
|
ApiResponse<UsageIndexedSpansResponse> |
UsageMeteringApi.getUsageIndexedSpansWithHttpInfo(OffsetDateTime startHr,
UsageMeteringApi.GetUsageIndexedSpansOptionalParameters parameters)
Get hourly usage for indexed spans.
|
CompletableFuture<ApiResponse<UsageIndexedSpansResponse>> |
UsageMeteringApi.getUsageIndexedSpansWithHttpInfoAsync(OffsetDateTime startHr,
UsageMeteringApi.GetUsageIndexedSpansOptionalParameters parameters)
Get hourly usage for indexed spans.
|
| Modifier and Type | Method and Description |
|---|---|
UsageIndexedSpansResponse |
UsageIndexedSpansResponse.addUsageItem(UsageIndexedSpansHour usageItem) |
UsageIndexedSpansResponse |
UsageIndexedSpansResponse.usage(List<UsageIndexedSpansHour> usage) |
Copyright © 2023. All rights reserved.