Class InstantSnapshotsClient.ListPage (1.51.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
NameDescription
contextPageContext<ListInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot>
responseInstantSnapshotList
Returns
TypeDescription
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
NameDescription
contextPageContext<ListInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot>
futureResponseApiFuture<InstantSnapshotList>
Returns
TypeDescription
ApiFuture<ListPage>
Overrides