Class CloudDeployClient.ListAutomationsPage (1.42.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
Name Description
context PageContext<ListAutomationsRequest,ListAutomationsResponse,Automation>
response ListAutomationsResponse
Returns
Type Description
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
Name Description
context PageContext<ListAutomationsRequest,ListAutomationsResponse,Automation>
futureResponse ApiFuture<ListAutomationsResponse>
Returns
Type Description
ApiFuture<ListAutomationsPage>
Overrides