Uses of Class
org.jclouds.digitalocean2.domain.Action
Packages that use Action
-
Uses of Action in org.jclouds.digitalocean2.domain
Methods in org.jclouds.digitalocean2.domain that return Action -
Uses of Action in org.jclouds.digitalocean2.features
Methods in org.jclouds.digitalocean2.features that return ActionModifier and TypeMethodDescriptionActionApi.get
(int id) DropletApi.powerCycle
(int id) DropletApi.powerOff
(int id) DropletApi.powerOn
(int id) DropletApi.reboot
(int id) DropletApi.shutdown
(int id) Methods in org.jclouds.digitalocean2.features that return types with arguments of type ActionModifier and TypeMethodDescriptionActionApi.list()
ActionApi.list
(ListOptions options) DropletApi.listActions
(int id) DropletApi.listActions
(int id, ListOptions options)