| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowResponse |
WorkflowAutomationApi.getWorkflow(String workflowId)
Get an existing Workflow.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GetWorkflowResponse> |
WorkflowAutomationApi.getWorkflowAsync(String workflowId)
Get an existing Workflow.
|
ApiResponse<GetWorkflowResponse> |
WorkflowAutomationApi.getWorkflowWithHttpInfo(String workflowId)
Get a workflow by ID.
|
CompletableFuture<ApiResponse<GetWorkflowResponse>> |
WorkflowAutomationApi.getWorkflowWithHttpInfoAsync(String workflowId)
Get an existing Workflow.
|
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowResponse |
GetWorkflowResponse.data(WorkflowData data) |
GetWorkflowResponse |
GetWorkflowResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.