Uses of Class
org.jclouds.packet.domain.SshKey
-
Packages that use SshKey Package Description org.jclouds.packet.domain org.jclouds.packet.features -
-
Uses of SshKey in org.jclouds.packet.domain
Methods in org.jclouds.packet.domain that return SshKey Modifier and Type Method Description static SshKey
SshKey. create(String id, String label, String key, String fingerprint, Date createdAt, Date updatedAt, SshKey.Owner owner, String href)
-
Uses of SshKey in org.jclouds.packet.features
Methods in org.jclouds.packet.features that return SshKey Modifier and Type Method Description SshKey
SshKeyApi. create(String label, String key)
SshKey
SshKeyApi. get(String id)
Methods in org.jclouds.packet.features that return types with arguments of type SshKey Modifier and Type Method Description PagedIterable<SshKey>
SshKeyApi. list()
IterableWithMarker<SshKey>
SshKeyApi. list(ListOptions options)
-