| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
TeamResponse |
TeamsApi.updateTeam(String teamId,
TeamUpdateRequest body)
Update a team.
|
CompletableFuture<TeamResponse> |
TeamsApi.updateTeamAsync(String teamId,
TeamUpdateRequest body)
Update a team.
|
ApiResponse<TeamResponse> |
TeamsApi.updateTeamWithHttpInfo(String teamId,
TeamUpdateRequest body)
Update a team using the team's
id. |
CompletableFuture<ApiResponse<TeamResponse>> |
TeamsApi.updateTeamWithHttpInfoAsync(String teamId,
TeamUpdateRequest body)
Update a team.
|
| Modifier and Type | Method and Description |
|---|---|
TeamUpdateRequest |
TeamUpdateRequest.data(TeamUpdate data) |
TeamUpdateRequest |
TeamUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.