Class RegionInstantSnapshotsClient.ListPage (1.52.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
Name Description
context PageContext<ListRegionInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot>
response InstantSnapshotList
Returns
Type Description
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
Name Description
context PageContext<ListRegionInstantSnapshotsRequest,InstantSnapshotList,InstantSnapshot>
futureResponse ApiFuture<InstantSnapshotList>
Returns
Type Description
ApiFuture<ListPage>
Overrides