Uses of Class
com.exoscale.sdk.model.SshKey
Packages that use SshKey
-
Uses of SshKey in com.exoscale.sdk.api
Methods in com.exoscale.sdk.api that return SshKey -
Uses of SshKey in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return SshKeyModifier and TypeMethodDescriptionInstance.getSshKey()Get sshKeyListInstances200ResponseInstancesInner.getSshKey()Get sshKeyMethods in com.exoscale.sdk.model that return types with arguments of type SshKeyModifier and TypeMethodDescriptionInstance.getSshKeys()Instance SSH KeysListInstances200ResponseInstancesInner.getSshKeys()Instance SSH KeysListSshKeys200Response.getSshKeys()Get sshKeysMethods in com.exoscale.sdk.model with parameters of type SshKeyModifier and TypeMethodDescriptionInstance.addSshKeysItem(SshKey sshKeysItem) ListInstances200ResponseInstancesInner.addSshKeysItem(SshKey sshKeysItem) ListSshKeys200Response.addSshKeysItem(SshKey sshKeysItem) voidvoidMethod parameters in com.exoscale.sdk.model with type arguments of type SshKeyModifier and TypeMethodDescriptionvoidInstance.setSshKeys(List<SshKey> sshKeys) voidListInstances200ResponseInstancesInner.setSshKeys(List<SshKey> sshKeys) voidListSshKeys200Response.setSshKeys(List<SshKey> sshKeys)