Class OsConfigZonalServiceClient.ListInventoriesPage (2.4.0)

public static class OsConfigZonalServiceClient.ListInventoriesPage extends AbstractPage<ListInventoriesRequest,ListInventoriesResponse,Inventory,OsConfigZonalServiceClient.ListInventoriesPage>

Inheritance

java.lang.Object > AbstractPage > OsConfigZonalServiceClient.ListInventoriesPage

Methods

createPage(PageContext<ListInventoriesRequest,ListInventoriesResponse,Inventory> context, ListInventoriesResponse response)

protected OsConfigZonalServiceClient.ListInventoriesPage createPage(PageContext<ListInventoriesRequest,ListInventoriesResponse,Inventory> context, ListInventoriesResponse response)
Parameters
NameDescription
contextPageContext<ListInventoriesRequest,ListInventoriesResponse,Inventory>
responseListInventoriesResponse
Returns
TypeDescription
OsConfigZonalServiceClient.ListInventoriesPage
Overrides

createPageAsync(PageContext<ListInventoriesRequest,ListInventoriesResponse,Inventory> context, ApiFuture<ListInventoriesResponse> futureResponse)

public ApiFuture<OsConfigZonalServiceClient.ListInventoriesPage> createPageAsync(PageContext<ListInventoriesRequest,ListInventoriesResponse,Inventory> context, ApiFuture<ListInventoriesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListInventoriesRequest,ListInventoriesResponse,Inventory>
futureResponseApiFuture<ListInventoriesResponse>
Returns
TypeDescription
ApiFuture<ListInventoriesPage>
Overrides