| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ReportScheduleResponse |
ReportSchedulesApi.patchReportSchedule(UUID scheduleUuid,
ReportSchedulePatchRequest body)
Update a report schedule.
|
CompletableFuture<ReportScheduleResponse> |
ReportSchedulesApi.patchReportScheduleAsync(UUID scheduleUuid,
ReportSchedulePatchRequest body)
Update a report schedule.
|
ApiResponse<ReportScheduleResponse> |
ReportSchedulesApi.patchReportScheduleWithHttpInfo(UUID scheduleUuid,
ReportSchedulePatchRequest body)
Update an existing scheduled report by its identifier.
|
CompletableFuture<ApiResponse<ReportScheduleResponse>> |
ReportSchedulesApi.patchReportScheduleWithHttpInfoAsync(UUID scheduleUuid,
ReportSchedulePatchRequest body)
Update a report schedule.
|
| Modifier and Type | Method and Description |
|---|---|
ReportSchedulePatchRequest |
ReportSchedulePatchRequest.data(ReportSchedulePatchRequestData data) |
ReportSchedulePatchRequest |
ReportSchedulePatchRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.