Class CertificateAuthorityServiceClient.ListCaPoolsPage (2.4.0)

public static class CertificateAuthorityServiceClient.ListCaPoolsPage extends AbstractPage<ListCaPoolsRequest,ListCaPoolsResponse,CaPool,CertificateAuthorityServiceClient.ListCaPoolsPage>

Inheritance

java.lang.Object > AbstractPage > CertificateAuthorityServiceClient.ListCaPoolsPage

Methods

createPage(PageContext<ListCaPoolsRequest,ListCaPoolsResponse,CaPool> context, ListCaPoolsResponse response)

protected CertificateAuthorityServiceClient.ListCaPoolsPage createPage(PageContext<ListCaPoolsRequest,ListCaPoolsResponse,CaPool> context, ListCaPoolsResponse response)
Parameters
NameDescription
contextPageContext<ListCaPoolsRequest,ListCaPoolsResponse,CaPool>
responseListCaPoolsResponse
Returns
TypeDescription
CertificateAuthorityServiceClient.ListCaPoolsPage
Overrides

createPageAsync(PageContext<ListCaPoolsRequest,ListCaPoolsResponse,CaPool> context, ApiFuture<ListCaPoolsResponse> futureResponse)

public ApiFuture<CertificateAuthorityServiceClient.ListCaPoolsPage> createPageAsync(PageContext<ListCaPoolsRequest,ListCaPoolsResponse,CaPool> context, ApiFuture<ListCaPoolsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListCaPoolsRequest,ListCaPoolsResponse,CaPool>
futureResponseApiFuture<ListCaPoolsResponse>
Returns
TypeDescription
ApiFuture<ListCaPoolsPage>
Overrides