Class BackupDRClient.ListBackupPlanAssociationsPage (0.17.0)

public static class BackupDRClient.ListBackupPlanAssociationsPage extends AbstractPage<ListBackupPlanAssociationsRequest,ListBackupPlanAssociationsResponse,BackupPlanAssociation,BackupDRClient.ListBackupPlanAssociationsPage>

Inheritance

java.lang.Object > AbstractPage > BackupDRClient.ListBackupPlanAssociationsPage

Methods

createPage(PageContext<ListBackupPlanAssociationsRequest,ListBackupPlanAssociationsResponse,BackupPlanAssociation> context, ListBackupPlanAssociationsResponse response)

protected BackupDRClient.ListBackupPlanAssociationsPage createPage(PageContext<ListBackupPlanAssociationsRequest,ListBackupPlanAssociationsResponse,BackupPlanAssociation> context, ListBackupPlanAssociationsResponse response)
Overrides

createPageAsync(PageContext<ListBackupPlanAssociationsRequest,ListBackupPlanAssociationsResponse,BackupPlanAssociation> context, ApiFuture<ListBackupPlanAssociationsResponse> futureResponse)

public ApiFuture<BackupDRClient.ListBackupPlanAssociationsPage> createPageAsync(PageContext<ListBackupPlanAssociationsRequest,ListBackupPlanAssociationsResponse,BackupPlanAssociation> context, ApiFuture<ListBackupPlanAssociationsResponse> futureResponse)
Returns
Type Description
ApiFuture<ListBackupPlanAssociationsPage>
Overrides