Uses of Class
org.jclouds.digitalocean2.domain.options.ListOptions
Packages that use ListOptions
Package
Description
-
Uses of ListOptions in org.jclouds.digitalocean2.domain.options
Subclasses of ListOptions in org.jclouds.digitalocean2.domain.optionsModifier and TypeClassDescriptionclass
Custom options to filter the list of images.Methods in org.jclouds.digitalocean2.domain.options that return ListOptionsModifier and TypeMethodDescriptionstatic ListOptions
ListOptions.Builder.page
(int page) ListOptions.page
(int page) Configures the number of the page to be returned.static ListOptions
ListOptions.Builder.perPage
(int perPage) 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 ListOptionsModifier and TypeMethodDescriptionActionApi.list
(ListOptions options) DropletApi.list
(ListOptions options) KeyApi.list
(ListOptions options) RegionApi.list
(ListOptions options) Get a single page of the region list.SizeApi.list
(ListOptions options) DropletApi.listActions
(int id, ListOptions options) DropletApi.listBackups
(int id, ListOptions options) DropletApi.listKernels
(int id, ListOptions options) 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 ListOptionsModifier and TypeClassDescriptionclass
BaseToPagedIterable<T,
O extends ListOptions> Base class to implement the functions that build thePagedIterable
.Methods in org.jclouds.digitalocean2.functions that return ListOptions