Class PacketMirroringsClient.AggregatedListPage (1.52.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
Name Description
context PageContext<AggregatedListPacketMirroringsRequest,PacketMirroringAggregatedList,java.util.Map.Entry<String,PacketMirroringsScopedList>>
response PacketMirroringAggregatedList
Returns
Type Description
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
Name Description
context PageContext<AggregatedListPacketMirroringsRequest,PacketMirroringAggregatedList,java.util.Map.Entry<String,PacketMirroringsScopedList>>
futureResponse ApiFuture<PacketMirroringAggregatedList>
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides