| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteAppResponse |
AppsApi.deleteApp(String appId)
Delete App.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DeleteAppResponse> |
AppsApi.deleteAppAsync(String appId)
Delete App.
|
ApiResponse<DeleteAppResponse> |
AppsApi.deleteAppWithHttpInfo(String appId)
Delete an app by ID
|
CompletableFuture<ApiResponse<DeleteAppResponse>> |
AppsApi.deleteAppWithHttpInfoAsync(String appId)
Delete App.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteAppResponse |
DeleteAppResponse.data(DeleteAppResponseData data) |
DeleteAppResponse |
DeleteAppResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.