Package | Description |
---|---|
org.jclouds.digitalocean2.domain.options | |
org.jclouds.digitalocean2.features | |
org.jclouds.digitalocean2.functions |
Modifier and Type | Method and Description |
---|---|
ImageListOptions |
ImageListOptions.page(int page) |
static ImageListOptions |
ImageListOptions.Builder.page(int page) |
ImageListOptions |
ImageListOptions.perPage(int perPage) |
ImageListOptions |
ImageListOptions.privateImages(boolean privateImages)
Get the images of the current user.
|
static ImageListOptions |
ImageListOptions.Builder.privateImages(boolean privateImages) |
ImageListOptions |
ImageListOptions.type(String type)
Configures the type of the images to be retrieved.
|
static ImageListOptions |
ImageListOptions.Builder.type(String type) |
Modifier and Type | Method and Description |
---|---|
IterableWithMarker<Image> |
ImageApi.list(ImageListOptions options) |
Modifier and Type | Method and Description |
---|---|
ImageListOptions |
LinkToImageListOptions.apply(URI input) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.