Class PublicDelegatedPrefixesClient.ListPage (1.51.0)

public static class PublicDelegatedPrefixesClient.ListPage extends AbstractPage<ListPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefix,PublicDelegatedPrefixesClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > PublicDelegatedPrefixesClient.ListPage

Methods

createPage(PageContext<ListPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefix> context, PublicDelegatedPrefixList response)

protected PublicDelegatedPrefixesClient.ListPage createPage(PageContext<ListPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefix> context, PublicDelegatedPrefixList response)
Parameters
NameDescription
contextPageContext<ListPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefix>
responsePublicDelegatedPrefixList
Returns
TypeDescription
PublicDelegatedPrefixesClient.ListPage
Overrides

createPageAsync(PageContext<ListPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefix> context, ApiFuture<PublicDelegatedPrefixList> futureResponse)

public ApiFuture<PublicDelegatedPrefixesClient.ListPage> createPageAsync(PageContext<ListPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefix> context, ApiFuture<PublicDelegatedPrefixList> futureResponse)
Parameters
NameDescription
contextPageContext<ListPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefix>
futureResponseApiFuture<PublicDelegatedPrefixList>
Returns
TypeDescription
ApiFuture<ListPage>
Overrides