Class TargetPoolsClient.AggregatedListPage (1.52.0)

public static class TargetPoolsClient.AggregatedListPage extends AbstractPage<AggregatedListTargetPoolsRequest,TargetPoolAggregatedList,Map.Entry<String,TargetPoolsScopedList>,TargetPoolsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > TargetPoolsClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListTargetPoolsRequest,TargetPoolAggregatedList,Map.Entry<String,TargetPoolsScopedList>> context, TargetPoolAggregatedList response)

protected TargetPoolsClient.AggregatedListPage createPage(PageContext<AggregatedListTargetPoolsRequest,TargetPoolAggregatedList,Map.Entry<String,TargetPoolsScopedList>> context, TargetPoolAggregatedList response)
Parameters
Name Description
context PageContext<AggregatedListTargetPoolsRequest,TargetPoolAggregatedList,java.util.Map.Entry<String,TargetPoolsScopedList>>
response TargetPoolAggregatedList
Returns
Type Description
TargetPoolsClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListTargetPoolsRequest,TargetPoolAggregatedList,Map.Entry<String,TargetPoolsScopedList>> context, ApiFuture<TargetPoolAggregatedList> futureResponse)

public ApiFuture<TargetPoolsClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListTargetPoolsRequest,TargetPoolAggregatedList,Map.Entry<String,TargetPoolsScopedList>> context, ApiFuture<TargetPoolAggregatedList> futureResponse)
Parameters
Name Description
context PageContext<AggregatedListTargetPoolsRequest,TargetPoolAggregatedList,java.util.Map.Entry<String,TargetPoolsScopedList>>
futureResponse ApiFuture<TargetPoolAggregatedList>
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides