Class SnapshotsClient.ListPage (1.19.0)

public static class SnapshotsClient.ListPage extends AbstractPage<ListSnapshotsRequest,SnapshotList,Snapshot,SnapshotsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > SnapshotsClient.ListPage

Methods

createPage(PageContext<ListSnapshotsRequest,SnapshotList,Snapshot> context, SnapshotList response)

protected SnapshotsClient.ListPage createPage(PageContext<ListSnapshotsRequest,SnapshotList,Snapshot> context, SnapshotList response)
Parameters Returns Overrides

createPageAsync(PageContext<ListSnapshotsRequest,SnapshotList,Snapshot> context, ApiFuture<SnapshotList> futureResponse)

public ApiFuture<SnapshotsClient.ListPage> createPageAsync(PageContext<ListSnapshotsRequest,SnapshotList,Snapshot> context, ApiFuture<SnapshotList> futureResponse)
Parameters Returns
TypeDescription
ApiFuture<ListPage>
Overrides