| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppResponse |
AppsApi.updateApp(String appId,
UpdateAppRequest body)
Update App.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UpdateAppResponse> |
AppsApi.updateAppAsync(String appId,
UpdateAppRequest body)
Update App.
|
ApiResponse<UpdateAppResponse> |
AppsApi.updateAppWithHttpInfo(String appId,
UpdateAppRequest body)
Update an existing app by ID.
|
CompletableFuture<ApiResponse<UpdateAppResponse>> |
AppsApi.updateAppWithHttpInfoAsync(String appId,
UpdateAppRequest body)
Update App.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAppResponse |
UpdateAppResponse.addIncludedItem(DeploymentIncluded includedItem) |
UpdateAppResponse |
UpdateAppResponse.data(UpdateAppResponseData data) |
UpdateAppResponse |
UpdateAppResponse.included(List<DeploymentIncluded> included) |
UpdateAppResponse |
UpdateAppResponse.meta(AppMeta meta) |
UpdateAppResponse |
UpdateAppResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
UpdateAppResponse |
UpdateAppResponse.relationship(UpdateAppResponseRelationship relationship) |
Copyright © 2024. All rights reserved.