| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
DeployAppResponse |
AppDeploymentApi.deployApp(String appId)
Deploy App.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DeployAppResponse> |
AppDeploymentApi.deployAppAsync(String appId)
Deploy App.
|
ApiResponse<DeployAppResponse> |
AppDeploymentApi.deployAppWithHttpInfo(String appId)
Deploy (publish) an app by ID
|
CompletableFuture<ApiResponse<DeployAppResponse>> |
AppDeploymentApi.deployAppWithHttpInfoAsync(String appId)
Deploy App.
|
| Modifier and Type | Method and Description |
|---|---|
DeployAppResponse |
DeployAppResponse.data(DeployAppResponseData data) |
DeployAppResponse |
DeployAppResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.