Class KeyManagementServiceClient.ListImportJobsPage (2.44.0)

public static class KeyManagementServiceClient.ListImportJobsPage extends AbstractPage<ListImportJobsRequest,ListImportJobsResponse,ImportJob,KeyManagementServiceClient.ListImportJobsPage>

Inheritance

java.lang.Object > AbstractPage > KeyManagementServiceClient.ListImportJobsPage

Methods

createPage(PageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob> context, ListImportJobsResponse response)

protected KeyManagementServiceClient.ListImportJobsPage createPage(PageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob> context, ListImportJobsResponse response)
Parameters
NameDescription
contextPageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob>
responseListImportJobsResponse
Returns
TypeDescription
KeyManagementServiceClient.ListImportJobsPage
Overrides

createPageAsync(PageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob> context, ApiFuture<ListImportJobsResponse> futureResponse)

public ApiFuture<KeyManagementServiceClient.ListImportJobsPage> createPageAsync(PageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob> context, ApiFuture<ListImportJobsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob>
futureResponseApiFuture<ListImportJobsResponse>
Returns
TypeDescription
ApiFuture<ListImportJobsPage>
Overrides