Class SslCertificatesClient.ListPage (1.13.0)

public static class SslCertificatesClient.ListPage extends AbstractPage<ListSslCertificatesRequest,SslCertificateList,SslCertificate,SslCertificatesClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > SslCertificatesClient.ListPage

Methods

createPage(PageContext<ListSslCertificatesRequest,SslCertificateList,SslCertificate> context, SslCertificateList response)

protected SslCertificatesClient.ListPage createPage(PageContext<ListSslCertificatesRequest,SslCertificateList,SslCertificate> context, SslCertificateList response)
Parameters
NameDescription
contextPageContext<ListSslCertificatesRequest,SslCertificateList,SslCertificate>
responseSslCertificateList
Returns
TypeDescription
SslCertificatesClient.ListPage
Overrides

createPageAsync(PageContext<ListSslCertificatesRequest,SslCertificateList,SslCertificate> context, ApiFuture<SslCertificateList> futureResponse)

public ApiFuture<SslCertificatesClient.ListPage> createPageAsync(PageContext<ListSslCertificatesRequest,SslCertificateList,SslCertificate> context, ApiFuture<SslCertificateList> futureResponse)
Parameters
NameDescription
contextPageContext<ListSslCertificatesRequest,SslCertificateList,SslCertificate>
futureResponseApiFuture<SslCertificateList>
Returns
TypeDescription
ApiFuture<ListPage>
Overrides