Class DataformClient.QueryWorkflowInvocationActionsPage (0.18.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
NameDescription
contextPageContext<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse,WorkflowInvocationAction>
responseQueryWorkflowInvocationActionsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse,WorkflowInvocationAction>
futureResponseApiFuture<QueryWorkflowInvocationActionsResponse>
Returns
TypeDescription
ApiFuture<QueryWorkflowInvocationActionsPage>
Overrides