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 ImageListOptionsImageListOptions.Builder. page(int page)ImageListOptionsImageListOptions. page(int page)ImageListOptionsImageListOptions. perPage(int perPage)static ImageListOptionsImageListOptions.Builder. privateImages(boolean privateImages)ImageListOptionsImageListOptions. privateImages(boolean privateImages)Get the images of the current user.static ImageListOptionsImageListOptions.Builder. type(String type)ImageListOptionsImageListOptions. 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 ImageListOptionsLinkToImageListOptions. apply(URI input)
-