Class NetAppClient.ListSnapshotsPage (0.23.0)

public static class NetAppClient.ListSnapshotsPage extends AbstractPage<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot,NetAppClient.ListSnapshotsPage>

Inheritance

java.lang.Object > AbstractPage > NetAppClient.ListSnapshotsPage

Methods

createPage(PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, ListSnapshotsResponse response)

protected NetAppClient.ListSnapshotsPage createPage(PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, ListSnapshotsResponse response)
Parameters
Name Description
context PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot>
response ListSnapshotsResponse
Returns
Type Description
NetAppClient.ListSnapshotsPage
Overrides

createPageAsync(PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, ApiFuture<ListSnapshotsResponse> futureResponse)

public ApiFuture<NetAppClient.ListSnapshotsPage> createPageAsync(PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, ApiFuture<ListSnapshotsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot>
futureResponse ApiFuture<ListSnapshotsResponse>
Returns
Type Description
ApiFuture<ListSnapshotsPage>
Overrides