Class TargetHttpProxiesClient.AggregatedListPage (1.51.0)

public static class TargetHttpProxiesClient.AggregatedListPage extends AbstractPage<AggregatedListTargetHttpProxiesRequest,TargetHttpProxyAggregatedList,Map.Entry<String,TargetHttpProxiesScopedList>,TargetHttpProxiesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > TargetHttpProxiesClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListTargetHttpProxiesRequest,TargetHttpProxyAggregatedList,Map.Entry<String,TargetHttpProxiesScopedList>> context, TargetHttpProxyAggregatedList response)

protected TargetHttpProxiesClient.AggregatedListPage createPage(PageContext<AggregatedListTargetHttpProxiesRequest,TargetHttpProxyAggregatedList,Map.Entry<String,TargetHttpProxiesScopedList>> context, TargetHttpProxyAggregatedList response)
Parameters
NameDescription
contextPageContext<AggregatedListTargetHttpProxiesRequest,TargetHttpProxyAggregatedList,java.util.Map.Entry<String,TargetHttpProxiesScopedList>>
responseTargetHttpProxyAggregatedList
Returns
TypeDescription
TargetHttpProxiesClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListTargetHttpProxiesRequest,TargetHttpProxyAggregatedList,Map.Entry<String,TargetHttpProxiesScopedList>> context, ApiFuture<TargetHttpProxyAggregatedList> futureResponse)

public ApiFuture<TargetHttpProxiesClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListTargetHttpProxiesRequest,TargetHttpProxyAggregatedList,Map.Entry<String,TargetHttpProxiesScopedList>> context, ApiFuture<TargetHttpProxyAggregatedList> futureResponse)
Parameters
NameDescription
contextPageContext<AggregatedListTargetHttpProxiesRequest,TargetHttpProxyAggregatedList,java.util.Map.Entry<String,TargetHttpProxiesScopedList>>
futureResponseApiFuture<TargetHttpProxyAggregatedList>
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides