| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowResponse |
WorkflowAutomationApi.createWorkflow(CreateWorkflowRequest body)
Create a Workflow.
|
CompletableFuture<CreateWorkflowResponse> |
WorkflowAutomationApi.createWorkflowAsync(CreateWorkflowRequest body)
Create a Workflow.
|
ApiResponse<CreateWorkflowResponse> |
WorkflowAutomationApi.createWorkflowWithHttpInfo(CreateWorkflowRequest body)
Create a new workflow, returning the workflow ID.
|
CompletableFuture<ApiResponse<CreateWorkflowResponse>> |
WorkflowAutomationApi.createWorkflowWithHttpInfoAsync(CreateWorkflowRequest body)
Create a Workflow.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowRequest |
CreateWorkflowRequest.data(WorkflowData data) |
CreateWorkflowRequest |
CreateWorkflowRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2025. All rights reserved.