Uses of Class
com.ngrok.definitions.SshCredential
Packages that use SshCredential
-
Uses of SshCredential in com.ngrok.definitions
Methods in com.ngrok.definitions that return types with arguments of type SshCredentialModifier and TypeMethodDescriptionSshCredentialList.getSshCredentials()
the list of all ssh credentials on this accountConstructor parameters in com.ngrok.definitions with type arguments of type SshCredentialModifierConstructorDescriptionSshCredentialList
(List<SshCredential> sshCredentials, URI uri, Optional<URI> nextPageUri) Creates a new instance ofSshCredentialList
. -
Uses of SshCredential in com.ngrok.services
Methods in com.ngrok.services that return SshCredentialModifier and TypeMethodDescriptionSshCredentials.CreateCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.SshCredentials.GetCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.SshCredentials.UpdateCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.Methods in com.ngrok.services that return types with arguments of type SshCredential