Package | Description |
---|---|
org.jclouds.digitalocean2.domain.options | |
org.jclouds.digitalocean2.features | |
org.jclouds.digitalocean2.functions |
Modifier and Type | Class and Description |
---|---|
class |
ImageListOptions
Custom options to filter the list of images.
|
Modifier and Type | Method and Description |
---|---|
ListOptions |
ListOptions.page(int page)
Configures the number of the page to be returned.
|
static ListOptions |
ListOptions.Builder.page(int page) |
ListOptions |
ListOptions.perPage(int perPage)
Configures the number of entries to return in each page.
|
static ListOptions |
ListOptions.Builder.perPage(int perPage) |
Modifier and Type | Method and Description |
---|---|
IterableWithMarker<Size> |
SizeApi.list(ListOptions options) |
IterableWithMarker<Region> |
RegionApi.list(ListOptions options)
Get a single page of the region list.
|
IterableWithMarker<Key> |
KeyApi.list(ListOptions options) |
IterableWithMarker<Droplet> |
DropletApi.list(ListOptions options) |
IterableWithMarker<Action> |
ActionApi.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) |
Modifier and Type | Class and Description |
---|---|
class |
BaseToPagedIterable<T,O extends ListOptions>
Base class to implement the functions that build the
PagedIterable . |
Modifier and Type | Method and Description |
---|---|
ListOptions |
LinkToListOptions.apply(URI input) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.