Class InstanceGroupsClient.AggregatedListPage (1.37.0)

public static class InstanceGroupsClient.AggregatedListPage extends AbstractPage<AggregatedListInstanceGroupsRequest,InstanceGroupAggregatedList,Map.Entry<String,InstanceGroupsScopedList>,InstanceGroupsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > InstanceGroupsClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListInstanceGroupsRequest,InstanceGroupAggregatedList,Map.Entry<String,InstanceGroupsScopedList>> context, InstanceGroupAggregatedList response)

protected InstanceGroupsClient.AggregatedListPage createPage(PageContext<AggregatedListInstanceGroupsRequest,InstanceGroupAggregatedList,Map.Entry<String,InstanceGroupsScopedList>> context, InstanceGroupAggregatedList response)
Parameters
NameDescription
contextPageContext<AggregatedListInstanceGroupsRequest,InstanceGroupAggregatedList,java.util.Map.Entry<String,InstanceGroupsScopedList>>
responseInstanceGroupAggregatedList
Returns
TypeDescription
InstanceGroupsClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListInstanceGroupsRequest,InstanceGroupAggregatedList,Map.Entry<String,InstanceGroupsScopedList>> context, ApiFuture<InstanceGroupAggregatedList> futureResponse)

public ApiFuture<InstanceGroupsClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListInstanceGroupsRequest,InstanceGroupAggregatedList,Map.Entry<String,InstanceGroupsScopedList>> context, ApiFuture<InstanceGroupAggregatedList> futureResponse)
Parameters
NameDescription
contextPageContext<AggregatedListInstanceGroupsRequest,InstanceGroupAggregatedList,java.util.Map.Entry<String,InstanceGroupsScopedList>>
futureResponseApiFuture<InstanceGroupAggregatedList>
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides