Class NetAppClient.ListBackupVaultsPage (0.23.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
Name Description
context PageContext<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault>
response ListBackupVaultsResponse
Returns
Type Description
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
Name Description
context PageContext<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault>
futureResponse ApiFuture<ListBackupVaultsResponse>
Returns
Type Description
ApiFuture<ListBackupVaultsPage>
Overrides