Class ConfigClient.ListDeploymentGroupRevisionsPage (0.68.0)

public static class ConfigClient.ListDeploymentGroupRevisionsPage extends AbstractPage<ListDeploymentGroupRevisionsRequest,ListDeploymentGroupRevisionsResponse,DeploymentGroupRevision,ConfigClient.ListDeploymentGroupRevisionsPage>

Inheritance

java.lang.Object > AbstractPage > ConfigClient.ListDeploymentGroupRevisionsPage

Methods

createPage(PageContext<ListDeploymentGroupRevisionsRequest,ListDeploymentGroupRevisionsResponse,DeploymentGroupRevision> context, ListDeploymentGroupRevisionsResponse response)

protected ConfigClient.ListDeploymentGroupRevisionsPage createPage(PageContext<ListDeploymentGroupRevisionsRequest,ListDeploymentGroupRevisionsResponse,DeploymentGroupRevision> context, ListDeploymentGroupRevisionsResponse response)
Parameters
Name Description
context PageContext<ListDeploymentGroupRevisionsRequest,ListDeploymentGroupRevisionsResponse,DeploymentGroupRevision>
response ListDeploymentGroupRevisionsResponse
Returns
Type Description
ConfigClient.ListDeploymentGroupRevisionsPage
Overrides

createPageAsync(PageContext<ListDeploymentGroupRevisionsRequest,ListDeploymentGroupRevisionsResponse,DeploymentGroupRevision> context, ApiFuture<ListDeploymentGroupRevisionsResponse> futureResponse)

public ApiFuture<ConfigClient.ListDeploymentGroupRevisionsPage> createPageAsync(PageContext<ListDeploymentGroupRevisionsRequest,ListDeploymentGroupRevisionsResponse,DeploymentGroupRevision> context, ApiFuture<ListDeploymentGroupRevisionsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListDeploymentGroupRevisionsRequest,ListDeploymentGroupRevisionsResponse,DeploymentGroupRevision>
futureResponse ApiFuture<ListDeploymentGroupRevisionsResponse>
Returns
Type Description
ApiFuture<ListDeploymentGroupRevisionsPage>
Overrides