| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentServiceResponse |
IncidentServicesApi.updateIncidentService(String serviceId,
IncidentServiceUpdateRequest body)
Update an existing incident service.
|
CompletableFuture<IncidentServiceResponse> |
IncidentServicesApi.updateIncidentServiceAsync(String serviceId,
IncidentServiceUpdateRequest body)
Update an existing incident service.
|
ApiResponse<IncidentServiceResponse> |
IncidentServicesApi.updateIncidentServiceWithHttpInfo(String serviceId,
IncidentServiceUpdateRequest body)
Updates an existing incident service.
|
CompletableFuture<ApiResponse<IncidentServiceResponse>> |
IncidentServicesApi.updateIncidentServiceWithHttpInfoAsync(String serviceId,
IncidentServiceUpdateRequest body)
Update an existing incident service.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentServiceUpdateRequest |
IncidentServiceUpdateRequest.data(IncidentServiceUpdateData data) |
Copyright © 2023. All rights reserved.