Class DataformClient.ListWorkflowConfigsPage (0.42.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
Name Description
context PageContext<ListWorkflowConfigsRequest,ListWorkflowConfigsResponse,WorkflowConfig>
response ListWorkflowConfigsResponse
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)
Parameters
Name Description
context PageContext<ListWorkflowConfigsRequest,ListWorkflowConfigsResponse,WorkflowConfig>
futureResponse ApiFuture<ListWorkflowConfigsResponse>
Returns
Type Description
ApiFuture<ListWorkflowConfigsPage>
Overrides