Class OsConfigServiceClient.ListPatchJobsPage (2.41.0)

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)
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)
Returns
TypeDescription
ApiFuture<ListPatchJobsPage>
Overrides