Uses of Class
cloud.dnation.hetznerclient.CreateSshKeyResponse
-
-
Uses of CreateSshKeyResponse in cloud.dnation.hetznerclient
Methods in cloud.dnation.hetznerclient that return CreateSshKeyResponse Modifier and Type Method Description CreateSshKeyResponseCreateSshKeyResponse. created(String created)CreateSshKeyResponseCreateSshKeyResponse. fingerprint(String fingerprint)CreateSshKeyResponseCreateSshKeyResponse. id(Long id)CreateSshKeyResponseCreateSshKeyResponse. labels(Map<String,String> labels)CreateSshKeyResponseCreateSshKeyResponse. name(String name)CreateSshKeyResponseCreateSshKeyResponse. publicKey(String publicKey)CreateSshKeyResponseCreateSshKeyResponse. putLabelsItem(String key, String labelsItem)Methods in cloud.dnation.hetznerclient that return types with arguments of type CreateSshKeyResponse Modifier and Type Method Description retrofit2.Call<CreateSshKeyResponse>HetznerApi. createSshKey(CreateSshKeyRequest request)Create new SSH key.
-