Uses of Class
org.apache.camel.component.digitalocean.constants.DigitalOceanResources
-
Packages that use DigitalOceanResources Package Description org.apache.camel.component.digitalocean org.apache.camel.component.digitalocean.constants -
-
Uses of DigitalOceanResources in org.apache.camel.component.digitalocean
Methods in org.apache.camel.component.digitalocean that return DigitalOceanResources Modifier and Type Method Description DigitalOceanResourcesDigitalOceanConfiguration. getResource()Methods in org.apache.camel.component.digitalocean with parameters of type DigitalOceanResources Modifier and Type Method Description voidDigitalOceanConfiguration. setResource(DigitalOceanResources resource)The DigitalOcean resource type on which perform the operation. -
Uses of DigitalOceanResources in org.apache.camel.component.digitalocean.constants
Methods in org.apache.camel.component.digitalocean.constants that return DigitalOceanResources Modifier and Type Method Description static DigitalOceanResourcesDigitalOceanResources. valueOf(String name)Returns the enum constant of this type with the specified name.static DigitalOceanResources[]DigitalOceanResources. values()Returns an array containing the constants of this enum type, in the order they are declared.
-