Class CloudDeployClient.ListAutomationsPage (1.39.0)

public static class CloudDeployClient.ListAutomationsPage extends AbstractPage<ListAutomationsRequest,ListAutomationsResponse,Automation,CloudDeployClient.ListAutomationsPage>

Inheritance

java.lang.Object > AbstractPage > CloudDeployClient.ListAutomationsPage

Methods

createPage(PageContext<ListAutomationsRequest,ListAutomationsResponse,Automation> context, ListAutomationsResponse response)

protected CloudDeployClient.ListAutomationsPage createPage(PageContext<ListAutomationsRequest,ListAutomationsResponse,Automation> context, ListAutomationsResponse response)
Parameters
NameDescription
contextPageContext<ListAutomationsRequest,ListAutomationsResponse,Automation>
responseListAutomationsResponse
Returns
TypeDescription
CloudDeployClient.ListAutomationsPage
Overrides

createPageAsync(PageContext<ListAutomationsRequest,ListAutomationsResponse,Automation> context, ApiFuture<ListAutomationsResponse> futureResponse)

public ApiFuture<CloudDeployClient.ListAutomationsPage> createPageAsync(PageContext<ListAutomationsRequest,ListAutomationsResponse,Automation> context, ApiFuture<ListAutomationsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListAutomationsRequest,ListAutomationsResponse,Automation>
futureResponseApiFuture<ListAutomationsResponse>
Returns
TypeDescription
ApiFuture<ListAutomationsPage>
Overrides