Uses of Class
cloud.dnation.hetznerclient.SshKeyDetail
-
-
Uses of SshKeyDetail in cloud.dnation.hetznerclient
Methods in cloud.dnation.hetznerclient that return SshKeyDetail Modifier and Type Method Description SshKeyDetailSshKeyDetail. fingerprint(String fingerprint)SshKeyDetailCreateSshKeyResponse. getSshKey()Get sshKeySshKeyDetailSshKeyDetail. labels(Map<String,String> labels)SshKeyDetailSshKeyDetail. name(String name)SshKeyDetailSshKeyDetail. publicKey(String publicKey)SshKeyDetailSshKeyDetail. putLabelsItem(String key, String labelsItem)Methods in cloud.dnation.hetznerclient that return types with arguments of type SshKeyDetail Modifier and Type Method Description List<SshKeyDetail>GetSshKeysBySelectorResponse. getSshKeys()Get sshKeysMethods in cloud.dnation.hetznerclient with parameters of type SshKeyDetail Modifier and Type Method Description GetSshKeysBySelectorResponseGetSshKeysBySelectorResponse. addSshKeysItem(SshKeyDetail sshKeysItem)voidCreateSshKeyResponse. setSshKey(SshKeyDetail sshKey)CreateSshKeyResponseCreateSshKeyResponse. sshKey(SshKeyDetail sshKey)Method parameters in cloud.dnation.hetznerclient with type arguments of type SshKeyDetail Modifier and Type Method Description voidGetSshKeysBySelectorResponse. setSshKeys(List<SshKeyDetail> sshKeys)GetSshKeysBySelectorResponseGetSshKeysBySelectorResponse. sshKeys(List<SshKeyDetail> sshKeys)
-