Uses of Class
com.ngrok.definitions.SshCertificateAuthority
-
Uses of SshCertificateAuthority in com.ngrok.definitions
Modifier and TypeMethodDescriptionSshCertificateAuthorityList.getSshCertificateAuthorities()
the list of all certificate authorities on this accountModifierConstructorDescriptionSshCertificateAuthorityList
(List<SshCertificateAuthority> sshCertificateAuthorities, URI uri, Optional<URI> nextPageUri) Creates a new instance ofSshCertificateAuthorityList
. -
Uses of SshCertificateAuthority in com.ngrok.services
Modifier and TypeMethodDescriptionSshCertificateAuthorities.CreateCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.SshCertificateAuthorities.GetCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.SshCertificateAuthorities.UpdateCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.Modifier and TypeMethodDescriptionSshCertificateAuthorities.CreateCallBuilder.call()
Initiates the API call asynchronously.SshCertificateAuthorities.GetCallBuilder.call()
Initiates the API call asynchronously.SshCertificateAuthorities.UpdateCallBuilder.call()
Initiates the API call asynchronously.