Class CloudDeployClient.ListAutomationRunsPage (1.39.0)

public static class CloudDeployClient.ListAutomationRunsPage extends AbstractPage<ListAutomationRunsRequest,ListAutomationRunsResponse,AutomationRun,CloudDeployClient.ListAutomationRunsPage>

Inheritance

java.lang.Object > AbstractPage > CloudDeployClient.ListAutomationRunsPage

Methods

createPage(PageContext<ListAutomationRunsRequest,ListAutomationRunsResponse,AutomationRun> context, ListAutomationRunsResponse response)

protected CloudDeployClient.ListAutomationRunsPage createPage(PageContext<ListAutomationRunsRequest,ListAutomationRunsResponse,AutomationRun> context, ListAutomationRunsResponse response)
Parameters
NameDescription
contextPageContext<ListAutomationRunsRequest,ListAutomationRunsResponse,AutomationRun>
responseListAutomationRunsResponse
Returns
TypeDescription
CloudDeployClient.ListAutomationRunsPage
Overrides

createPageAsync(PageContext<ListAutomationRunsRequest,ListAutomationRunsResponse,AutomationRun> context, ApiFuture<ListAutomationRunsResponse> futureResponse)

public ApiFuture<CloudDeployClient.ListAutomationRunsPage> createPageAsync(PageContext<ListAutomationRunsRequest,ListAutomationRunsResponse,AutomationRun> context, ApiFuture<ListAutomationRunsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListAutomationRunsRequest,ListAutomationRunsResponse,AutomationRun>
futureResponseApiFuture<ListAutomationRunsResponse>
Returns
TypeDescription
ApiFuture<ListAutomationRunsPage>
Overrides