| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
DisableAppResponse |
AppDeploymentApi.disableApp(String appId)
Disable App.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DisableAppResponse> |
AppDeploymentApi.disableAppAsync(String appId)
Disable App.
|
ApiResponse<DisableAppResponse> |
AppDeploymentApi.disableAppWithHttpInfo(String appId)
Disable an app by ID
|
CompletableFuture<ApiResponse<DisableAppResponse>> |
AppDeploymentApi.disableAppWithHttpInfoAsync(String appId)
Disable App.
|
| Modifier and Type | Method and Description |
|---|---|
DisableAppResponse |
DisableAppResponse.data(DisableAppResponseData data) |
DisableAppResponse |
DisableAppResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.