| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsResponse |
WorkflowAutomationApi.listWorkflows()
List workflows.
|
ListWorkflowsResponse |
WorkflowAutomationApi.listWorkflows(WorkflowAutomationApi.ListWorkflowsOptionalParameters parameters)
List workflows.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListWorkflowsResponse> |
WorkflowAutomationApi.listWorkflowsAsync()
List workflows.
|
CompletableFuture<ListWorkflowsResponse> |
WorkflowAutomationApi.listWorkflowsAsync(WorkflowAutomationApi.ListWorkflowsOptionalParameters parameters)
List workflows.
|
ApiResponse<ListWorkflowsResponse> |
WorkflowAutomationApi.listWorkflowsWithHttpInfo(WorkflowAutomationApi.ListWorkflowsOptionalParameters parameters)
List all workflows in your organization.
|
CompletableFuture<ApiResponse<ListWorkflowsResponse>> |
WorkflowAutomationApi.listWorkflowsWithHttpInfoAsync(WorkflowAutomationApi.ListWorkflowsOptionalParameters parameters)
List workflows.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsResponse |
ListWorkflowsResponse.addDataItem(WorkflowListItem dataItem) |
ListWorkflowsResponse |
ListWorkflowsResponse.data(List<WorkflowListItem> data) |
ListWorkflowsResponse |
ListWorkflowsResponse.meta(ListWorkflowsResponseMeta meta) |
ListWorkflowsResponse |
ListWorkflowsResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.