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)
          To be release in v1.2
 SshKey DigitalOcean.editSshKey(Integer sshKeyId, String sshPublicKey)
          To be release in v1.2
 SshKey DigitalOcean.getSshKeyInfo(Integer sshKeyId)
          To be release in v1.2
 

Methods in com.myjeeva.digitalocean that return types with arguments of type SshKey
 List<SshKey> DigitalOcean.getAvailableSshKeys()
          To be release in v1.2
 

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 sshPublicKey)
           
 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.com, 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.com has license information.