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