Uses of Class
org.jclouds.digitalocean2.domain.options.ListOptions
-
Packages that use ListOptions Package Description org.jclouds.digitalocean2.domain.options org.jclouds.digitalocean2.features org.jclouds.digitalocean2.functions -
-
Uses of ListOptions in org.jclouds.digitalocean2.domain.options
Subclasses of ListOptions in org.jclouds.digitalocean2.domain.options Modifier and Type Class Description class
ImageListOptions
Custom options to filter the list of images.Methods in org.jclouds.digitalocean2.domain.options that return ListOptions Modifier and Type Method Description static ListOptions
ListOptions.Builder. page(int page)
ListOptions
ListOptions. page(int page)
Configures the number of the page to be returned.static ListOptions
ListOptions.Builder. perPage(int perPage)
ListOptions
ListOptions. perPage(int perPage)
Configures the number of entries to return in each page. -
Uses of ListOptions in org.jclouds.digitalocean2.features
Methods in org.jclouds.digitalocean2.features with parameters of type ListOptions Modifier and Type Method Description IterableWithMarker<Action>
ActionApi. list(ListOptions options)
IterableWithMarker<Droplet>
DropletApi. list(ListOptions options)
IterableWithMarker<Key>
KeyApi. list(ListOptions options)
IterableWithMarker<Region>
RegionApi. list(ListOptions options)
Get a single page of the region list.IterableWithMarker<Size>
SizeApi. list(ListOptions options)
IterableWithMarker<Action>
DropletApi. listActions(int id, ListOptions options)
IterableWithMarker<Backup>
DropletApi. listBackups(int id, ListOptions options)
IterableWithMarker<Kernel>
DropletApi. listKernels(int id, ListOptions options)
IterableWithMarker<Snapshot>
DropletApi. listSnapshots(int id, ListOptions options)
-
Uses of ListOptions in org.jclouds.digitalocean2.functions
Classes in org.jclouds.digitalocean2.functions with type parameters of type ListOptions Modifier and Type Class Description class
BaseToPagedIterable<T,O extends ListOptions>
Base class to implement the functions that build thePagedIterable
.Methods in org.jclouds.digitalocean2.functions that return ListOptions Modifier and Type Method Description ListOptions
LinkToListOptions. apply(URI input)
-