Class BackupDRClient.ListBackupPlansPage (0.17.0)

public static class BackupDRClient.ListBackupPlansPage extends AbstractPage<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan,BackupDRClient.ListBackupPlansPage>

Inheritance

java.lang.Object > AbstractPage > BackupDRClient.ListBackupPlansPage

Methods

createPage(PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, ListBackupPlansResponse response)

protected BackupDRClient.ListBackupPlansPage createPage(PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, ListBackupPlansResponse response)
Returns
Type Description
BackupDRClient.ListBackupPlansPage
Overrides

createPageAsync(PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, ApiFuture<ListBackupPlansResponse> futureResponse)

public ApiFuture<BackupDRClient.ListBackupPlansPage> createPageAsync(PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, ApiFuture<ListBackupPlansResponse> futureResponse)
Returns
Type Description
ApiFuture<ListBackupPlansPage>
Overrides