Uses of Class
org.jclouds.digitalocean2.domain.DropletCreate.Links
-
Packages that use DropletCreate.Links Package Description org.jclouds.digitalocean2.domain -
-
Uses of DropletCreate.Links in org.jclouds.digitalocean2.domain
Methods in org.jclouds.digitalocean2.domain that return DropletCreate.Links Modifier and Type Method Description static DropletCreate.Links
DropletCreate.Links. create(List<DropletCreate.Links.ActionLink> actions)
abstract DropletCreate.Links
DropletCreate. links()
Methods in org.jclouds.digitalocean2.domain with parameters of type DropletCreate.Links Modifier and Type Method Description static DropletCreate
DropletCreate. create(Droplet droplet, DropletCreate.Links links)
-