Uses of Class
com.ngrok.definitions.TlsCertificate
Packages that use TlsCertificate
-
Uses of TlsCertificate in com.ngrok.definitions
Methods in com.ngrok.definitions that return types with arguments of type TlsCertificateModifier and TypeMethodDescriptionTlsCertificateList.getTlsCertificates()
the list of all TLS certificates on this accountConstructor parameters in com.ngrok.definitions with type arguments of type TlsCertificateModifierConstructorDescriptionTlsCertificateList
(List<TlsCertificate> tlsCertificates, URI uri, Optional<URI> nextPageUri) Creates a new instance ofTlsCertificateList
. -
Uses of TlsCertificate in com.ngrok.services
Methods in com.ngrok.services that return TlsCertificateModifier and TypeMethodDescriptionTlsCertificates.CreateCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.TlsCertificates.GetCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.TlsCertificates.UpdateCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.Methods in com.ngrok.services that return types with arguments of type TlsCertificate