Class DataformClient.ListWorkflowConfigsPage (0.40.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)
Parameters
NameDescription
contextPageContext<ListWorkflowConfigsRequest,ListWorkflowConfigsResponse,WorkflowConfig>
responseListWorkflowConfigsResponse
Returns
TypeDescription
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)
Parameters
NameDescription
contextPageContext<ListWorkflowConfigsRequest,ListWorkflowConfigsResponse,WorkflowConfig>
futureResponseApiFuture<ListWorkflowConfigsResponse>
Returns
TypeDescription
ApiFuture<ListWorkflowConfigsPage>
Overrides