Class OsConfigServiceClient.ListPatchJobsPage (2.5.2)

public static class OsConfigServiceClient.ListPatchJobsPage extends AbstractPage<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob,OsConfigServiceClient.ListPatchJobsPage>

Inheritance

java.lang.Object > AbstractPage > OsConfigServiceClient.ListPatchJobsPage

Methods

createPage(PageContext<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob> context, PatchJobs.ListPatchJobsResponse response)

protected OsConfigServiceClient.ListPatchJobsPage createPage(PageContext<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob> context, PatchJobs.ListPatchJobsResponse response)
Parameters
NameDescription
contextPageContext<ListPatchJobsRequest,ListPatchJobsResponse,PatchJob>
responsePatchJobs.ListPatchJobsResponse
Returns
TypeDescription
OsConfigServiceClient.ListPatchJobsPage
Overrides

createPageAsync(PageContext<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob> context, ApiFuture<PatchJobs.ListPatchJobsResponse> futureResponse)

public ApiFuture<OsConfigServiceClient.ListPatchJobsPage> createPageAsync(PageContext<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob> context, ApiFuture<PatchJobs.ListPatchJobsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListPatchJobsRequest,ListPatchJobsResponse,PatchJob>
futureResponseApiFuture<ListPatchJobsResponse>
Returns
TypeDescription
ApiFuture<ListPatchJobsPage>
Overrides