DigitalOcean API Client in Java

Uses of Class
com.myjeeva.digitalocean.pojo.SshKey

Packages that use SshKey
com.myjeeva.digitalocean   
com.myjeeva.digitalocean.impl   
 

Uses of SshKey in com.myjeeva.digitalocean
 

Methods in com.myjeeva.digitalocean that return SshKey
 SshKey DigitalOcean.addSshKey(String sshKeyName, String sshPublicKey)
          Method allows you to add a new public SSH key to your account
 SshKey DigitalOcean.editSshKey(Integer sshKeyId, String newSshPublicKey)
          Method allows you to modify an existing public SSH key in your account.
 SshKey DigitalOcean.getSshKeyInfo(Integer sshKeyId)
          Method shows a specific public SSH key in your account that can be added to a droplet.
 

Methods in com.myjeeva.digitalocean that return types with arguments of type SshKey
 List<SshKey> DigitalOcean.getAvailableSshKeys()
          Method lists all the available public SSH keys in your account that can be added to a droplet.
 

Uses of SshKey in com.myjeeva.digitalocean.impl
 

Methods in com.myjeeva.digitalocean.impl that return SshKey
 SshKey DigitalOceanClient.addSshKey(String sshKeyName, String sshPublicKey)
           
 SshKey DigitalOceanClient.editSshKey(Integer sshKeyId, String newSshPublicKey)
           
 SshKey DigitalOceanClient.getSshKeyInfo(Integer sshKeyId)
           
 

Methods in com.myjeeva.digitalocean.impl that return types with arguments of type SshKey
 List<SshKey> DigitalOceanClient.getAvailableSshKeys()
           
 


DigitalOcean API Client in Java

Copyright © 2013 myjeeva blog, All rights reserved.

The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons Attribution-Share Alike 3.0 Unported License. Libraries and code snippets on myjeeva blog has license information.