Class SnapshotsClient.ListPage (1.52.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
Name Description
context PageContext<ListSnapshotsRequest,SnapshotList,Snapshot>
response SnapshotList
Returns
Type Description
SnapshotsClient.ListPage
Overrides

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

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