Class DataformClient.QueryWorkflowInvocationActionsPage (0.42.0)

public static class DataformClient.QueryWorkflowInvocationActionsPage extends AbstractPage<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse,WorkflowInvocationAction,DataformClient.QueryWorkflowInvocationActionsPage>

Inheritance

java.lang.Object > AbstractPage > DataformClient.QueryWorkflowInvocationActionsPage

Methods

createPage(PageContext<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse,WorkflowInvocationAction> context, QueryWorkflowInvocationActionsResponse response)

protected DataformClient.QueryWorkflowInvocationActionsPage createPage(PageContext<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse,WorkflowInvocationAction> context, QueryWorkflowInvocationActionsResponse response)
Parameters
Name Description
context PageContext<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse,WorkflowInvocationAction>
response QueryWorkflowInvocationActionsResponse
Returns
Type Description
DataformClient.QueryWorkflowInvocationActionsPage
Overrides

createPageAsync(PageContext<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse,WorkflowInvocationAction> context, ApiFuture<QueryWorkflowInvocationActionsResponse> futureResponse)

public ApiFuture<DataformClient.QueryWorkflowInvocationActionsPage> createPageAsync(PageContext<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse,WorkflowInvocationAction> context, ApiFuture<QueryWorkflowInvocationActionsResponse> futureResponse)
Parameters
Name Description
context PageContext<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse,WorkflowInvocationAction>
futureResponse ApiFuture<QueryWorkflowInvocationActionsResponse>
Returns
Type Description
ApiFuture<QueryWorkflowInvocationActionsPage>
Overrides