Uses of Class
com.myjeeva.digitalocean.pojo.Delete
Packages that use Delete
-
Uses of Delete in com.myjeeva.digitalocean
Methods in com.myjeeva.digitalocean that return DeleteModifier and TypeMethodDescriptionDigitalOcean.deleteCertificate(String certificateId) Method allows you to delete a Certificate by Id from your account.DigitalOcean.deleteDomain(String domainName) Method deletes the specified domain from DNS control panelDigitalOcean.deleteDomainRecord(String domainName, Integer recordId) Method deletes the specified domain record from domain.DigitalOcean.deleteDroplet(Integer dropletId) Method destroys one of your droplet; this is irreversible.DigitalOcean.deleteDropletByTagName(String tagName) Method destroys one or more of your droplet by given tag name; this is irreversible.DigitalOcean.deleteFirewall(String firewallId) Method allows you to delete a Firewall instance, disassociating any Droplets assigned to it and removing it from your account.DigitalOcean.deleteFloatingIP(String ipAddress) Method deletes the Floating IP and removes it from your account.DigitalOcean.deleteImage(Integer imageId) Method allows you to deletes an image.Method will delete the SSH key from your account.Method will delete the SSH key from your account.DigitalOcean.deleteLoadBalancer(String loadBalancerId) Method allows you to delete a Load Balancer instance, disassociating any Droplets assigned to it and removing it from your account.DigitalOcean.deleteProject(String projectId) DigitalOcean.deleteSnapshot(String snapshotId) Method deletes snapshot by idMethod deletes the existing Tag from DigitalOcean account.DigitalOcean.deleteVolume(String volumeId) Method deletes volume by identifierDigitalOcean.deleteVolume(String volumeName, String regionSlug) Method deletes volume by name and region slugDigitalOcean.removeDropletsFromFirewall(String firewallId, List<Integer> dropletIds) Method allows you to remove a Droplet from a Load Balancer instance.DigitalOcean.removeDropletsFromLoadBalancer(String loadBalancerId, List<Integer> dropletIds) Method allows you to remove a Droplet from a Load Balancer instance.DigitalOcean.removeForwardingRulesFromLoadBalancer(String loadBalancerId, List<ForwardingRules> forwardingRules) Method allows you to remove forwarding rules from a Load Balancer instance. -
Uses of Delete in com.myjeeva.digitalocean.impl
Methods in com.myjeeva.digitalocean.impl that return DeleteModifier and TypeMethodDescriptionDigitalOceanClient.deleteCertificate(String certificateId) DigitalOceanClient.deleteDomain(String domainName) DigitalOceanClient.deleteDomainRecord(String domainName, Integer recordId) DigitalOceanClient.deleteDroplet(Integer dropletId) DigitalOceanClient.deleteDropletByTagName(String tagName) DigitalOceanClient.deleteFirewall(String firewallId) DigitalOceanClient.deleteFloatingIP(String ipAddress) DigitalOceanClient.deleteImage(Integer imageId) DigitalOceanClient.deleteLoadBalancer(String loadBalancerId) DigitalOceanClient.deleteProject(String projectId) DigitalOceanClient.deleteSnapshot(String snapshotId) DigitalOceanClient.deleteVolume(String volumeId) DigitalOceanClient.deleteVolume(String volumeName, String regionSlug) DigitalOceanClient.removeDropletsFromFirewall(String firewallId, List<Integer> dropletIds) DigitalOceanClient.removeDropletsFromLoadBalancer(String loadBalancerId, List<Integer> dropletIds) DigitalOceanClient.removeForwardingRulesFromLoadBalancer(String loadBalancerId, List<ForwardingRules> forwardingRules)