Uses of Class
org.jclouds.digitalocean2.domain.options.ImageListOptions
-
Packages that use ImageListOptions Package Description org.jclouds.digitalocean2.domain.options org.jclouds.digitalocean2.features org.jclouds.digitalocean2.functions -
-
Uses of ImageListOptions in org.jclouds.digitalocean2.domain.options
Methods in org.jclouds.digitalocean2.domain.options that return ImageListOptions Modifier and Type Method Description static ImageListOptions
ImageListOptions.Builder. page(int page)
ImageListOptions
ImageListOptions. page(int page)
ImageListOptions
ImageListOptions. perPage(int perPage)
static ImageListOptions
ImageListOptions.Builder. privateImages(boolean privateImages)
ImageListOptions
ImageListOptions. privateImages(boolean privateImages)
Get the images of the current user.static ImageListOptions
ImageListOptions.Builder. type(String type)
ImageListOptions
ImageListOptions. type(String type)
Configures the type of the images to be retrieved. -
Uses of ImageListOptions in org.jclouds.digitalocean2.features
Methods in org.jclouds.digitalocean2.features with parameters of type ImageListOptions Modifier and Type Method Description IterableWithMarker<Image>
ImageApi. list(ImageListOptions options)
-
Uses of ImageListOptions in org.jclouds.digitalocean2.functions
Methods in org.jclouds.digitalocean2.functions that return ImageListOptions Modifier and Type Method Description ImageListOptions
LinkToImageListOptions. apply(URI input)
-