Class PacketMirroringsClient.AggregatedListPage (1.51.0)

public static class PacketMirroringsClient.AggregatedListPage extends AbstractPage<AggregatedListPacketMirroringsRequest,PacketMirroringAggregatedList,Map.Entry<String,PacketMirroringsScopedList>,PacketMirroringsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > PacketMirroringsClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListPacketMirroringsRequest,PacketMirroringAggregatedList,Map.Entry<String,PacketMirroringsScopedList>> context, PacketMirroringAggregatedList response)

protected PacketMirroringsClient.AggregatedListPage createPage(PageContext<AggregatedListPacketMirroringsRequest,PacketMirroringAggregatedList,Map.Entry<String,PacketMirroringsScopedList>> context, PacketMirroringAggregatedList response)
Parameters
NameDescription
contextPageContext<AggregatedListPacketMirroringsRequest,PacketMirroringAggregatedList,java.util.Map.Entry<String,PacketMirroringsScopedList>>
responsePacketMirroringAggregatedList
Returns
TypeDescription
PacketMirroringsClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListPacketMirroringsRequest,PacketMirroringAggregatedList,Map.Entry<String,PacketMirroringsScopedList>> context, ApiFuture<PacketMirroringAggregatedList> futureResponse)

public ApiFuture<PacketMirroringsClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListPacketMirroringsRequest,PacketMirroringAggregatedList,Map.Entry<String,PacketMirroringsScopedList>> context, ApiFuture<PacketMirroringAggregatedList> futureResponse)
Parameters
NameDescription
contextPageContext<AggregatedListPacketMirroringsRequest,PacketMirroringAggregatedList,java.util.Map.Entry<String,PacketMirroringsScopedList>>
futureResponseApiFuture<PacketMirroringAggregatedList>
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides