Class InstantSnapshotsClient.AggregatedListPage (1.50.0)

public static class InstantSnapshotsClient.AggregatedListPage extends AbstractPage<AggregatedListInstantSnapshotsRequest,InstantSnapshotAggregatedList,Map.Entry<String,InstantSnapshotsScopedList>,InstantSnapshotsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > InstantSnapshotsClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListInstantSnapshotsRequest,InstantSnapshotAggregatedList,Map.Entry<String,InstantSnapshotsScopedList>> context, InstantSnapshotAggregatedList response)

protected InstantSnapshotsClient.AggregatedListPage createPage(PageContext<AggregatedListInstantSnapshotsRequest,InstantSnapshotAggregatedList,Map.Entry<String,InstantSnapshotsScopedList>> context, InstantSnapshotAggregatedList response)
Parameters
NameDescription
contextPageContext<AggregatedListInstantSnapshotsRequest,InstantSnapshotAggregatedList,java.util.Map.Entry<String,InstantSnapshotsScopedList>>
responseInstantSnapshotAggregatedList
Returns
TypeDescription
InstantSnapshotsClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListInstantSnapshotsRequest,InstantSnapshotAggregatedList,Map.Entry<String,InstantSnapshotsScopedList>> context, ApiFuture<InstantSnapshotAggregatedList> futureResponse)

public ApiFuture<InstantSnapshotsClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListInstantSnapshotsRequest,InstantSnapshotAggregatedList,Map.Entry<String,InstantSnapshotsScopedList>> context, ApiFuture<InstantSnapshotAggregatedList> futureResponse)
Parameters
NameDescription
contextPageContext<AggregatedListInstantSnapshotsRequest,InstantSnapshotAggregatedList,java.util.Map.Entry<String,InstantSnapshotsScopedList>>
futureResponseApiFuture<InstantSnapshotAggregatedList>
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides