Class DataformClient.ListWorkflowConfigsPage (0.57.0)

public static class DataformClient.ListWorkflowConfigsPage extends AbstractPage<ListWorkflowConfigsRequest,ListWorkflowConfigsResponse,WorkflowConfig,DataformClient.ListWorkflowConfigsPage>

Inheritance

java.lang.Object > AbstractPage > DataformClient.ListWorkflowConfigsPage

Methods

createPage(PageContext<ListWorkflowConfigsRequest,ListWorkflowConfigsResponse,WorkflowConfig> context, ListWorkflowConfigsResponse response)

protected DataformClient.ListWorkflowConfigsPage createPage(PageContext<ListWorkflowConfigsRequest,ListWorkflowConfigsResponse,WorkflowConfig> context, ListWorkflowConfigsResponse response)
Returns
Type Description
DataformClient.ListWorkflowConfigsPage
Overrides

createPageAsync(PageContext<ListWorkflowConfigsRequest,ListWorkflowConfigsResponse,WorkflowConfig> context, ApiFuture<ListWorkflowConfigsResponse> futureResponse)

public ApiFuture<DataformClient.ListWorkflowConfigsPage> createPageAsync(PageContext<ListWorkflowConfigsRequest,ListWorkflowConfigsResponse,WorkflowConfig> context, ApiFuture<ListWorkflowConfigsResponse> futureResponse)
Returns
Type Description
ApiFuture<ListWorkflowConfigsPage>
Overrides