Class BackupDRClient.ListBackupPlanRevisionsPage (0.29.0)

public static class BackupDRClient.ListBackupPlanRevisionsPage extends AbstractPage<ListBackupPlanRevisionsRequest,ListBackupPlanRevisionsResponse,BackupPlanRevision,BackupDRClient.ListBackupPlanRevisionsPage>

Inheritance

java.lang.Object > AbstractPage > BackupDRClient.ListBackupPlanRevisionsPage

Methods

createPage(PageContext<ListBackupPlanRevisionsRequest,ListBackupPlanRevisionsResponse,BackupPlanRevision> context, ListBackupPlanRevisionsResponse response)

protected BackupDRClient.ListBackupPlanRevisionsPage createPage(PageContext<ListBackupPlanRevisionsRequest,ListBackupPlanRevisionsResponse,BackupPlanRevision> context, ListBackupPlanRevisionsResponse response)
Parameters
Name Description
context PageContext<ListBackupPlanRevisionsRequest,ListBackupPlanRevisionsResponse,BackupPlanRevision>
response ListBackupPlanRevisionsResponse
Returns
Type Description
BackupDRClient.ListBackupPlanRevisionsPage
Overrides

createPageAsync(PageContext<ListBackupPlanRevisionsRequest,ListBackupPlanRevisionsResponse,BackupPlanRevision> context, ApiFuture<ListBackupPlanRevisionsResponse> futureResponse)

public ApiFuture<BackupDRClient.ListBackupPlanRevisionsPage> createPageAsync(PageContext<ListBackupPlanRevisionsRequest,ListBackupPlanRevisionsResponse,BackupPlanRevision> context, ApiFuture<ListBackupPlanRevisionsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListBackupPlanRevisionsRequest,ListBackupPlanRevisionsResponse,BackupPlanRevision>
futureResponse ApiFuture<ListBackupPlanRevisionsResponse>
Returns
Type Description
ApiFuture<ListBackupPlanRevisionsPage>
Overrides