Uses of Class
com.myjeeva.digitalocean.pojo.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in com.myjeeva.digitalocean
Method parameters in com.myjeeva.digitalocean with type arguments of type ResourceModifier and TypeMethodDescriptionDigitalOcean.tagResources(String name, List<Resource> resources) Method tags a tag to given list of resources on DigitalOcean account.DigitalOcean.untagResources(String name, List<Resource> resources) Method untags a tag from given list of resources on DigitalOcean account. -
Uses of Resource in com.myjeeva.digitalocean.impl
Method parameters in com.myjeeva.digitalocean.impl with type arguments of type ResourceModifier and TypeMethodDescriptionDigitalOceanClient.tagResources(String name, List<Resource> resources) DigitalOceanClient.untagResources(String name, List<Resource> resources) -
Uses of Resource in com.myjeeva.digitalocean.pojo
Methods in com.myjeeva.digitalocean.pojo that return types with arguments of type ResourceMethod parameters in com.myjeeva.digitalocean.pojo with type arguments of type ResourceConstructor parameters in com.myjeeva.digitalocean.pojo with type arguments of type Resource