Class NetAppClient.ListStoragePoolsPage (0.9.0)

public static class NetAppClient.ListStoragePoolsPage extends AbstractPage<ListStoragePoolsRequest,ListStoragePoolsResponse,StoragePool,NetAppClient.ListStoragePoolsPage>

Inheritance

java.lang.Object > AbstractPage > NetAppClient.ListStoragePoolsPage

Methods

createPage(PageContext<ListStoragePoolsRequest,ListStoragePoolsResponse,StoragePool> context, ListStoragePoolsResponse response)

protected NetAppClient.ListStoragePoolsPage createPage(PageContext<ListStoragePoolsRequest,ListStoragePoolsResponse,StoragePool> context, ListStoragePoolsResponse response)
Parameters
NameDescription
contextPageContext<ListStoragePoolsRequest,ListStoragePoolsResponse,StoragePool>
responseListStoragePoolsResponse
Returns
TypeDescription
NetAppClient.ListStoragePoolsPage
Overrides

createPageAsync(PageContext<ListStoragePoolsRequest,ListStoragePoolsResponse,StoragePool> context, ApiFuture<ListStoragePoolsResponse> futureResponse)

public ApiFuture<NetAppClient.ListStoragePoolsPage> createPageAsync(PageContext<ListStoragePoolsRequest,ListStoragePoolsResponse,StoragePool> context, ApiFuture<ListStoragePoolsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListStoragePoolsRequest,ListStoragePoolsResponse,StoragePool>
futureResponseApiFuture<ListStoragePoolsResponse>
Returns
TypeDescription
ApiFuture<ListStoragePoolsPage>
Overrides