Uses of Class
com.ngrok.definitions.SshCertificateAuthority
Packages that use SshCertificateAuthority
-
Uses of SshCertificateAuthority in com.ngrok.definitions
Methods in com.ngrok.definitions that return types with arguments of type SshCertificateAuthorityModifier and TypeMethodDescriptionSshCertificateAuthorityList.getSshCertificateAuthorities()
the list of all certificate authorities on this accountConstructor parameters in com.ngrok.definitions with type arguments of type SshCertificateAuthorityModifierConstructorDescriptionSshCertificateAuthorityList
(List<SshCertificateAuthority> sshCertificateAuthorities, URI uri, Optional<URI> nextPageUri) Creates a new instance ofSshCertificateAuthorityList
. -
Uses of SshCertificateAuthority in com.ngrok.services
Methods in com.ngrok.services that return SshCertificateAuthorityModifier 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.Methods in com.ngrok.services that return types with arguments of type SshCertificateAuthorityModifier 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.