Class RegionCommitmentsClient.AggregatedListPage (1.51.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)
Parameters
NameDescription
contextPageContext<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList,java.util.Map.Entry<String,CommitmentsScopedList>>
responseCommitmentAggregatedList
Returns
TypeDescription
RegionCommitmentsClient.AggregatedListPage
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)
Parameters
NameDescription
contextPageContext<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList,java.util.Map.Entry<String,CommitmentsScopedList>>
futureResponseApiFuture<CommitmentAggregatedList>
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides