Class SslCertificatesClient.ListPage (1.53.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
Name Description
context PageContext<ListSslCertificatesRequest,SslCertificateList,SslCertificate>
response SslCertificateList
Returns
Type Description
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
Name Description
context PageContext<ListSslCertificatesRequest,SslCertificateList,SslCertificate>
futureResponse ApiFuture<SslCertificateList>
Returns
Type Description
ApiFuture<ListPage>
Overrides