Class RegionInstantSnapshotsClient.ListPage (1.51.0)

public static class RegionInstantSnapshotsClient.ListPage extends AbstractPage<ListRegionInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot,RegionInstantSnapshotsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > RegionInstantSnapshotsClient.ListPage

Methods

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

protected RegionInstantSnapshotsClient.ListPage createPage(PageContext<ListRegionInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot> context, InstantSnapshotList response)
Parameters
NameDescription
contextPageContext<ListRegionInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot>
responseInstantSnapshotList
Returns
TypeDescription
RegionInstantSnapshotsClient.ListPage
Overrides

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

public ApiFuture<RegionInstantSnapshotsClient.ListPage> createPageAsync(PageContext<ListRegionInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot> context, ApiFuture<InstantSnapshotList> futureResponse)
Parameters
NameDescription
contextPageContext<ListRegionInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot>
futureResponseApiFuture<InstantSnapshotList>
Returns
TypeDescription
ApiFuture<ListPage>
Overrides