Class RegionSslCertificatesClient.ListPage (1.51.0)

public static class RegionSslCertificatesClient.ListPage extends AbstractPage<ListRegionSslCertificatesRequest,SslCertificateList,SslCertificate,RegionSslCertificatesClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > RegionSslCertificatesClient.ListPage

Methods

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

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

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

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