Uses of Class
org.jclouds.digitalocean2.domain.Distribution
-
Packages that use Distribution Package Description org.jclouds.digitalocean2.domain -
-
Uses of Distribution in org.jclouds.digitalocean2.domain
Methods in org.jclouds.digitalocean2.domain that return Distribution Modifier and Type Method Description abstract Distribution
OperatingSystem. distribution()
static Distribution
Distribution. fromValue(String value)
static Distribution
Distribution. valueOf(String name)
Returns the enum constant of this type with the specified name.static Distribution[]
Distribution. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-