Uses of Class
com.exoscale.sdk.model.RegisterSshKeyRequest
-
Packages that use RegisterSshKeyRequest Package Description com.exoscale.sdk.api com.exoscale.sdk.model -
-
Uses of RegisterSshKeyRequest in com.exoscale.sdk.api
Methods in com.exoscale.sdk.api with parameters of type RegisterSshKeyRequest Modifier and Type Method Description Operation
ExoscaleApi. registerSshKey(RegisterSshKeyRequest registerSshKeyRequest)
Import SSH key -
Uses of RegisterSshKeyRequest in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return RegisterSshKeyRequest Modifier and Type Method Description RegisterSshKeyRequest
RegisterSshKeyRequest. name(String name)
RegisterSshKeyRequest
RegisterSshKeyRequest. publicKey(String publicKey)
-