Uses of Class
org.jclouds.packet.domain.SshKey.Owner
-
Packages that use SshKey.Owner Package Description org.jclouds.packet.domain -
-
Uses of SshKey.Owner in org.jclouds.packet.domain
Methods in org.jclouds.packet.domain that return SshKey.Owner Modifier and Type Method Description static SshKey.Owner
SshKey.Owner. create(String href)
abstract SshKey.Owner
SshKey. owner()
Methods in org.jclouds.packet.domain with parameters of type SshKey.Owner 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)
-