Class RegionApi.RegionPages
- java.lang.Object
-
- org.jclouds.googlecloud.internal.BaseToIteratorOfListPage<T,ListOptions,I>
-
- org.jclouds.googlecomputeengine.internal.BaseToIteratorOfListPage<Region,RegionApi.RegionPages>
-
- org.jclouds.googlecomputeengine.features.RegionApi.RegionPages
-
- All Implemented Interfaces:
com.google.common.base.Function<ListPage<Region>,Iterator<ListPage<Region>>>
,Function<ListPage<Region>,Iterator<ListPage<Region>>>
,InvocationContext<RegionApi.RegionPages>
- Enclosing interface:
- RegionApi
public static final class RegionApi.RegionPages extends BaseToIteratorOfListPage<Region,RegionApi.RegionPages>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.google.common.base.Function<String,ListPage<Region>>
fetchNextPage(ListOptions options)
-
Methods inherited from class org.jclouds.googlecloud.internal.BaseToIteratorOfListPage
apply, setContext
-
-
-
-
Method Detail
-
fetchNextPage
protected com.google.common.base.Function<String,ListPage<Region>> fetchNextPage(ListOptions options)
- Specified by:
fetchNextPage
in classBaseToIteratorOfListPage<Region,ListOptions,RegionApi.RegionPages>
-
-