| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentTeamResponse |
IncidentTeamsApi.updateIncidentTeam(String teamId,
IncidentTeamUpdateRequest body)
Update an existing incident team.
|
CompletableFuture<IncidentTeamResponse> |
IncidentTeamsApi.updateIncidentTeamAsync(String teamId,
IncidentTeamUpdateRequest body)
Update an existing incident team.
|
ApiResponse<IncidentTeamResponse> |
IncidentTeamsApi.updateIncidentTeamWithHttpInfo(String teamId,
IncidentTeamUpdateRequest body)
Updates an existing incident team.
|
CompletableFuture<ApiResponse<IncidentTeamResponse>> |
IncidentTeamsApi.updateIncidentTeamWithHttpInfoAsync(String teamId,
IncidentTeamUpdateRequest body)
Update an existing incident team.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentTeamUpdateRequest |
IncidentTeamUpdateRequest.data(IncidentTeamUpdateData data) |
Copyright © 2023. All rights reserved.