Class DataformClient.ListWorkflowInvocationsPage (0.57.0)

public static class DataformClient.ListWorkflowInvocationsPage extends AbstractPage<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation,DataformClient.ListWorkflowInvocationsPage>

Inheritance

java.lang.Object > AbstractPage > DataformClient.ListWorkflowInvocationsPage

Methods

createPage(PageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation> context, ListWorkflowInvocationsResponse response)

protected DataformClient.ListWorkflowInvocationsPage createPage(PageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation> context, ListWorkflowInvocationsResponse response)
Overrides

createPageAsync(PageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation> context, ApiFuture<ListWorkflowInvocationsResponse> futureResponse)

public ApiFuture<DataformClient.ListWorkflowInvocationsPage> createPageAsync(PageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation> context, ApiFuture<ListWorkflowInvocationsResponse> futureResponse)
Returns
Type Description
ApiFuture<ListWorkflowInvocationsPage>
Overrides