Class StorageControlClient.ListAnywhereCachesPage (2.59.0)

public static class StorageControlClient.ListAnywhereCachesPage extends AbstractPage<ListAnywhereCachesRequest,ListAnywhereCachesResponse,AnywhereCache,StorageControlClient.ListAnywhereCachesPage>

Inheritance

java.lang.Object > AbstractPage > StorageControlClient.ListAnywhereCachesPage

Methods

createPage(PageContext<ListAnywhereCachesRequest,ListAnywhereCachesResponse,AnywhereCache> context, ListAnywhereCachesResponse response)

protected StorageControlClient.ListAnywhereCachesPage createPage(PageContext<ListAnywhereCachesRequest,ListAnywhereCachesResponse,AnywhereCache> context, ListAnywhereCachesResponse response)
Parameters
Name Description
context PageContext<ListAnywhereCachesRequest,ListAnywhereCachesResponse,AnywhereCache>
response ListAnywhereCachesResponse
Returns
Type Description
StorageControlClient.ListAnywhereCachesPage
Overrides

createPageAsync(PageContext<ListAnywhereCachesRequest,ListAnywhereCachesResponse,AnywhereCache> context, ApiFuture<ListAnywhereCachesResponse> futureResponse)

public ApiFuture<StorageControlClient.ListAnywhereCachesPage> createPageAsync(PageContext<ListAnywhereCachesRequest,ListAnywhereCachesResponse,AnywhereCache> context, ApiFuture<ListAnywhereCachesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListAnywhereCachesRequest,ListAnywhereCachesResponse,AnywhereCache>
futureResponse ApiFuture<ListAnywhereCachesResponse>
Returns
Type Description
ApiFuture<ListAnywhereCachesPage>
Overrides