Class SslCertificatesClient.ListPage (1.7.2)

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 Returns Overrides

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

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