Class InstantSnapshotsClient.ListPage (1.52.0)

public static class InstantSnapshotsClient.ListPage extends AbstractPage<ListInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot,InstantSnapshotsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > InstantSnapshotsClient.ListPage

Methods

createPage(PageContext<ListInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot> context, InstantSnapshotList response)

protected InstantSnapshotsClient.ListPage createPage(PageContext<ListInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot> context, InstantSnapshotList response)
Parameters
Name Description
context PageContext<ListInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot>
response InstantSnapshotList
Returns
Type Description
InstantSnapshotsClient.ListPage
Overrides

createPageAsync(PageContext<ListInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot> context, ApiFuture<InstantSnapshotList> futureResponse)

public ApiFuture<InstantSnapshotsClient.ListPage> createPageAsync(PageContext<ListInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot> context, ApiFuture<InstantSnapshotList> futureResponse)
Parameters
Name Description
context PageContext<ListInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot>
futureResponse ApiFuture<InstantSnapshotList>
Returns
Type Description
ApiFuture<ListPage>
Overrides