Class NetAppClient.ListBackupVaultsPage (0.13.0)

public static class NetAppClient.ListBackupVaultsPage extends AbstractPage<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault,NetAppClient.ListBackupVaultsPage>

Inheritance

java.lang.Object > AbstractPage > NetAppClient.ListBackupVaultsPage

Methods

createPage(PageContext<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault> context, ListBackupVaultsResponse response)

protected NetAppClient.ListBackupVaultsPage createPage(PageContext<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault> context, ListBackupVaultsResponse response)
Parameters
NameDescription
contextPageContext<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault>
responseListBackupVaultsResponse
Returns
TypeDescription
NetAppClient.ListBackupVaultsPage
Overrides

createPageAsync(PageContext<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault> context, ApiFuture<ListBackupVaultsResponse> futureResponse)

public ApiFuture<NetAppClient.ListBackupVaultsPage> createPageAsync(PageContext<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault> context, ApiFuture<ListBackupVaultsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault>
futureResponseApiFuture<ListBackupVaultsResponse>
Returns
TypeDescription
ApiFuture<ListBackupVaultsPage>
Overrides