| Package | Description |
|---|---|
| com.baidubce.services.bvw | |
| com.baidubce.services.bvw.model.workflow |
| Modifier and Type | Method and Description |
|---|---|
ListByPageResponse<WorkflowListResponse> |
BvwClient.listWorkflow(WorkflowListRequest listRequest)
List workflow with specified listing workflow request.
|
| Modifier and Type | Method and Description |
|---|---|
static WorkflowListRequest |
WorkflowListRequest.of(int pageNo,
int pageSize)
Construct a list workflow request with specified parameters..
|
static WorkflowListRequest |
WorkflowListRequest.of(int pageNo,
int pageSize,
String name)
Construct a list workflow request with specified parameters..
|
static WorkflowListRequest |
WorkflowListRequest.of(int pageNo,
int pageSize,
String beginTime,
String endTime)
Construct a list workflow request with specified parameters..
|
static WorkflowListRequest |
WorkflowListRequest.of(int pageNo,
int pageSize,
WorkflowStatus status)
Construct a list workflow request with specified parameters..
|
static WorkflowListRequest |
WorkflowListRequest.of(int pageNo,
int pageSize,
WorkflowStatus status,
String name,
String beginTime,
String endTime)
Construct a list workflow request with specified parameters..
|
WorkflowListRequest |
WorkflowListRequest.withRequestCredentials(BceCredentials credentials) |
Copyright © 2023. All rights reserved.