Class DataformClient.ListWorkflowInvocationsPage (0.12.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)
Parameters
NameDescription
contextPageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation>
responseListWorkflowInvocationsResponse
Returns
TypeDescription
DataformClient.ListWorkflowInvocationsPage
Overrides

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

public ApiFuture<DataformClient.ListWorkflowInvocationsPage> createPageAsync(PageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation> context, ApiFuture<ListWorkflowInvocationsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation>
futureResponseApiFuture<ListWorkflowInvocationsResponse>
Returns
TypeDescription
ApiFuture<ListWorkflowInvocationsPage>
Overrides