| Package | Description |
|---|---|
| com.datadog.api.client.v2.api |
| Modifier and Type | Method and Description |
|---|---|
OnCallApi.UpdateOnCallScheduleOptionalParameters |
OnCallApi.UpdateOnCallScheduleOptionalParameters.include(String include)
Set include.
|
| Modifier and Type | Method and Description |
|---|---|
Schedule |
OnCallApi.updateOnCallSchedule(String scheduleId,
ScheduleUpdateRequest body,
OnCallApi.UpdateOnCallScheduleOptionalParameters parameters)
Update On-Call schedule.
|
CompletableFuture<Schedule> |
OnCallApi.updateOnCallScheduleAsync(String scheduleId,
ScheduleUpdateRequest body,
OnCallApi.UpdateOnCallScheduleOptionalParameters parameters)
Update On-Call schedule.
|
ApiResponse<Schedule> |
OnCallApi.updateOnCallScheduleWithHttpInfo(String scheduleId,
ScheduleUpdateRequest body,
OnCallApi.UpdateOnCallScheduleOptionalParameters parameters)
Update a new On-Call schedule
|
CompletableFuture<ApiResponse<Schedule>> |
OnCallApi.updateOnCallScheduleWithHttpInfoAsync(String scheduleId,
ScheduleUpdateRequest body,
OnCallApi.UpdateOnCallScheduleOptionalParameters parameters)
Update On-Call schedule.
|
Copyright © 2026. All rights reserved.