Class SslPoliciesClient.AggregatedListPage (1.51.0)

public static class SslPoliciesClient.AggregatedListPage extends AbstractPage<AggregatedListSslPoliciesRequest,SslPoliciesAggregatedList,Map.Entry<String,SslPoliciesScopedList>,SslPoliciesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > SslPoliciesClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListSslPoliciesRequest,SslPoliciesAggregatedList,Map.Entry<String,SslPoliciesScopedList>> context, SslPoliciesAggregatedList response)

protected SslPoliciesClient.AggregatedListPage createPage(PageContext<AggregatedListSslPoliciesRequest,SslPoliciesAggregatedList,Map.Entry<String,SslPoliciesScopedList>> context, SslPoliciesAggregatedList response)
Parameters
NameDescription
contextPageContext<AggregatedListSslPoliciesRequest,SslPoliciesAggregatedList,java.util.Map.Entry<String,SslPoliciesScopedList>>
responseSslPoliciesAggregatedList
Returns
TypeDescription
SslPoliciesClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListSslPoliciesRequest,SslPoliciesAggregatedList,Map.Entry<String,SslPoliciesScopedList>> context, ApiFuture<SslPoliciesAggregatedList> futureResponse)

public ApiFuture<SslPoliciesClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListSslPoliciesRequest,SslPoliciesAggregatedList,Map.Entry<String,SslPoliciesScopedList>> context, ApiFuture<SslPoliciesAggregatedList> futureResponse)
Parameters
NameDescription
contextPageContext<AggregatedListSslPoliciesRequest,SslPoliciesAggregatedList,java.util.Map.Entry<String,SslPoliciesScopedList>>
futureResponseApiFuture<SslPoliciesAggregatedList>
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides