Class BackupDRClient.ListBackupPlansPage (0.10.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)
Parameters
Name Description
context PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan>
response ListBackupPlansResponse
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)
Parameters
Name Description
context PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan>
futureResponse ApiFuture<ListBackupPlansResponse>
Returns
Type Description
ApiFuture<ListBackupPlansPage>
Overrides