Class PublicDelegatedPrefixesClient.ListPage (1.52.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
Name Description
context PageContext<ListPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefix>
response PublicDelegatedPrefixList
Returns
Type Description
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
Name Description
context PageContext<ListPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefix>
futureResponse ApiFuture<PublicDelegatedPrefixList>
Returns
Type Description
ApiFuture<ListPage>
Overrides