Class RegionHealthSourcesClient.AggregatedListPage (1.101.0)

public static class RegionHealthSourcesClient.AggregatedListPage extends AbstractPage<AggregatedListRegionHealthSourcesRequest,HealthSourceAggregatedList,Map.Entry<String,HealthSourcesScopedList>,RegionHealthSourcesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > RegionHealthSourcesClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListRegionHealthSourcesRequest,HealthSourceAggregatedList,Map.Entry<String,HealthSourcesScopedList>> context, HealthSourceAggregatedList response)

protected RegionHealthSourcesClient.AggregatedListPage createPage(PageContext<AggregatedListRegionHealthSourcesRequest,HealthSourceAggregatedList,Map.Entry<String,HealthSourcesScopedList>> context, HealthSourceAggregatedList response)
Parameters
Name Description
context PageContext<AggregatedListRegionHealthSourcesRequest,HealthSourceAggregatedList,java.util.Map.Entry<String,HealthSourcesScopedList>>
response HealthSourceAggregatedList
Returns
Type Description
RegionHealthSourcesClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListRegionHealthSourcesRequest,HealthSourceAggregatedList,Map.Entry<String,HealthSourcesScopedList>> context, ApiFuture<HealthSourceAggregatedList> futureResponse)

public ApiFuture<RegionHealthSourcesClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListRegionHealthSourcesRequest,HealthSourceAggregatedList,Map.Entry<String,HealthSourcesScopedList>> context, ApiFuture<HealthSourceAggregatedList> futureResponse)
Parameters
Name Description
context PageContext<AggregatedListRegionHealthSourcesRequest,HealthSourceAggregatedList,java.util.Map.Entry<String,HealthSourcesScopedList>>
futureResponse ApiFuture<HealthSourceAggregatedList>
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides