Class SnapshotApi.SnapshotPages
java.lang.Object
org.jclouds.googlecloud.internal.BaseToIteratorOfListPage<Snapshot,ListOptions,SnapshotApi.SnapshotPages>
org.jclouds.googlecomputeengine.internal.BaseToIteratorOfListPage<Snapshot,SnapshotApi.SnapshotPages>
org.jclouds.googlecomputeengine.features.SnapshotApi.SnapshotPages
- All Implemented Interfaces:
com.google.common.base.Function<ListPage<Snapshot>,
,Iterator<ListPage<Snapshot>>> Function<ListPage<Snapshot>,
,Iterator<ListPage<Snapshot>>> InvocationContext<SnapshotApi.SnapshotPages>
- Enclosing interface:
SnapshotApi
public static final class SnapshotApi.SnapshotPages
extends BaseToIteratorOfListPage<Snapshot,SnapshotApi.SnapshotPages>
-
Method Summary
Methods inherited from class org.jclouds.googlecloud.internal.BaseToIteratorOfListPage
apply, setContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Method Details
-
fetchNextPage
protected com.google.common.base.Function<String,ListPage<Snapshot>> fetchNextPage(ListOptions options) - Specified by:
fetchNextPage
in classBaseToIteratorOfListPage<Snapshot,
ListOptions, SnapshotApi.SnapshotPages>
-