Class OsConfigServiceClient.ListPatchDeploymentsPage (2.39.0)

public static class OsConfigServiceClient.ListPatchDeploymentsPage extends AbstractPage<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment,OsConfigServiceClient.ListPatchDeploymentsPage>

Inheritance

java.lang.Object > AbstractPage > OsConfigServiceClient.ListPatchDeploymentsPage

Methods

createPage(PageContext<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment> context, PatchDeployments.ListPatchDeploymentsResponse response)

protected OsConfigServiceClient.ListPatchDeploymentsPage createPage(PageContext<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment> context, PatchDeployments.ListPatchDeploymentsResponse response)
Parameters
NameDescription
contextPageContext<ListPatchDeploymentsRequest,ListPatchDeploymentsResponse,PatchDeployment>
responsePatchDeployments.ListPatchDeploymentsResponse
Returns
TypeDescription
OsConfigServiceClient.ListPatchDeploymentsPage
Overrides

createPageAsync(PageContext<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment> context, ApiFuture<PatchDeployments.ListPatchDeploymentsResponse> futureResponse)

public ApiFuture<OsConfigServiceClient.ListPatchDeploymentsPage> createPageAsync(PageContext<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment> context, ApiFuture<PatchDeployments.ListPatchDeploymentsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListPatchDeploymentsRequest,ListPatchDeploymentsResponse,PatchDeployment>
futureResponseApiFuture<ListPatchDeploymentsResponse>
Returns
TypeDescription
ApiFuture<ListPatchDeploymentsPage>
Overrides