Class RegionCommitmentsClient.AggregatedListPage (1.68.0)

public static class RegionCommitmentsClient.AggregatedListPage extends AbstractPage<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList,Map.Entry<String,CommitmentsScopedList>,RegionCommitmentsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > RegionCommitmentsClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList,Map.Entry<String,CommitmentsScopedList>> context, CommitmentAggregatedList response)

protected RegionCommitmentsClient.AggregatedListPage createPage(PageContext<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList,Map.Entry<String,CommitmentsScopedList>> context, CommitmentAggregatedList response)
Overrides

createPageAsync(PageContext<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList,Map.Entry<String,CommitmentsScopedList>> context, ApiFuture<CommitmentAggregatedList> futureResponse)

public ApiFuture<RegionCommitmentsClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList,Map.Entry<String,CommitmentsScopedList>> context, ApiFuture<CommitmentAggregatedList> futureResponse)
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides