| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentTeamsResponse |
IncidentTeamsApi.listIncidentTeams()
Get a list of all incident teams.
|
IncidentTeamsResponse |
IncidentTeamsApi.listIncidentTeams(IncidentTeamsApi.ListIncidentTeamsOptionalParameters parameters)
Get a list of all incident teams.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<IncidentTeamsResponse> |
IncidentTeamsApi.listIncidentTeamsAsync()
Get a list of all incident teams.
|
CompletableFuture<IncidentTeamsResponse> |
IncidentTeamsApi.listIncidentTeamsAsync(IncidentTeamsApi.ListIncidentTeamsOptionalParameters parameters)
Get a list of all incident teams.
|
ApiResponse<IncidentTeamsResponse> |
IncidentTeamsApi.listIncidentTeamsWithHttpInfo(IncidentTeamsApi.ListIncidentTeamsOptionalParameters parameters)
Get all incident teams for the requesting user's organization.
|
CompletableFuture<ApiResponse<IncidentTeamsResponse>> |
IncidentTeamsApi.listIncidentTeamsWithHttpInfoAsync(IncidentTeamsApi.ListIncidentTeamsOptionalParameters parameters)
Get a list of all incident teams.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentTeamsResponse |
IncidentTeamsResponse.addDataItem(IncidentTeamResponseData dataItem) |
IncidentTeamsResponse |
IncidentTeamsResponse.data(List<IncidentTeamResponseData> data) |
Copyright © 2023. All rights reserved.