Class ForwardingRulesClient.AggregatedListPage (1.52.0)

public static class ForwardingRulesClient.AggregatedListPage extends AbstractPage<AggregatedListForwardingRulesRequest,ForwardingRuleAggregatedList,Map.Entry<String,ForwardingRulesScopedList>,ForwardingRulesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > ForwardingRulesClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListForwardingRulesRequest,ForwardingRuleAggregatedList,Map.Entry<String,ForwardingRulesScopedList>> context, ForwardingRuleAggregatedList response)

protected ForwardingRulesClient.AggregatedListPage createPage(PageContext<AggregatedListForwardingRulesRequest,ForwardingRuleAggregatedList,Map.Entry<String,ForwardingRulesScopedList>> context, ForwardingRuleAggregatedList response)
Parameters
Name Description
context PageContext<AggregatedListForwardingRulesRequest,ForwardingRuleAggregatedList,java.util.Map.Entry<String,ForwardingRulesScopedList>>
response ForwardingRuleAggregatedList
Returns
Type Description
ForwardingRulesClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListForwardingRulesRequest,ForwardingRuleAggregatedList,Map.Entry<String,ForwardingRulesScopedList>> context, ApiFuture<ForwardingRuleAggregatedList> futureResponse)

public ApiFuture<ForwardingRulesClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListForwardingRulesRequest,ForwardingRuleAggregatedList,Map.Entry<String,ForwardingRulesScopedList>> context, ApiFuture<ForwardingRuleAggregatedList> futureResponse)
Parameters
Name Description
context PageContext<AggregatedListForwardingRulesRequest,ForwardingRuleAggregatedList,java.util.Map.Entry<String,ForwardingRulesScopedList>>
futureResponse ApiFuture<ForwardingRuleAggregatedList>
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides