Class NodeGroupsClient.AggregatedListPage (1.51.0)

public static class NodeGroupsClient.AggregatedListPage extends AbstractPage<AggregatedListNodeGroupsRequest,NodeGroupAggregatedList,Map.Entry<String,NodeGroupsScopedList>,NodeGroupsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > NodeGroupsClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListNodeGroupsRequest,NodeGroupAggregatedList,Map.Entry<String,NodeGroupsScopedList>> context, NodeGroupAggregatedList response)

protected NodeGroupsClient.AggregatedListPage createPage(PageContext<AggregatedListNodeGroupsRequest,NodeGroupAggregatedList,Map.Entry<String,NodeGroupsScopedList>> context, NodeGroupAggregatedList response)
Parameters
NameDescription
contextPageContext<AggregatedListNodeGroupsRequest,NodeGroupAggregatedList,java.util.Map.Entry<String,NodeGroupsScopedList>>
responseNodeGroupAggregatedList
Returns
TypeDescription
NodeGroupsClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListNodeGroupsRequest,NodeGroupAggregatedList,Map.Entry<String,NodeGroupsScopedList>> context, ApiFuture<NodeGroupAggregatedList> futureResponse)

public ApiFuture<NodeGroupsClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListNodeGroupsRequest,NodeGroupAggregatedList,Map.Entry<String,NodeGroupsScopedList>> context, ApiFuture<NodeGroupAggregatedList> futureResponse)
Parameters
NameDescription
contextPageContext<AggregatedListNodeGroupsRequest,NodeGroupAggregatedList,java.util.Map.Entry<String,NodeGroupsScopedList>>
futureResponseApiFuture<NodeGroupAggregatedList>
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides