Class WorkstationsClient.ListWorkstationsPage (0.30.0)

public static class WorkstationsClient.ListWorkstationsPage extends AbstractPage<ListWorkstationsRequest,ListWorkstationsResponse,Workstation,WorkstationsClient.ListWorkstationsPage>

Inheritance

java.lang.Object > AbstractPage > WorkstationsClient.ListWorkstationsPage

Methods

createPage(PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation> context, ListWorkstationsResponse response)

protected WorkstationsClient.ListWorkstationsPage createPage(PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation> context, ListWorkstationsResponse response)
Parameters
NameDescription
contextPageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation>
responseListWorkstationsResponse
Returns
TypeDescription
WorkstationsClient.ListWorkstationsPage
Overrides

createPageAsync(PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation> context, ApiFuture<ListWorkstationsResponse> futureResponse)

public ApiFuture<WorkstationsClient.ListWorkstationsPage> createPageAsync(PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation> context, ApiFuture<ListWorkstationsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation>
futureResponseApiFuture<ListWorkstationsResponse>
Returns
TypeDescription
ApiFuture<ListWorkstationsPage>
Overrides