Uses of Class
com.ngrok.services.EdgesHttps.CreateCallBuilder
-
Uses of EdgesHttps.CreateCallBuilder in com.ngrok.services
Modifier and TypeMethodDescriptionEdgesHttps.create()
Create an HTTPS Edge See also https://ngrok.com/docs/api#api-edges-https-create.EdgesHttps.CreateCallBuilder.description
(String description) human-readable description of what this edge will be used for; optional, max 255 bytes.EdgesHttps.CreateCallBuilder.description
(Optional<String> description) human-readable description of what this edge will be used for; optional, max 255 bytes.hostports served by this edgehostports served by this edgearbitrary user-defined machine-readable data of this edge; optional, max 4096 bytes.arbitrary user-defined machine-readable data of this edge; optional, max 4096 bytes.EdgesHttps.CreateCallBuilder.mutualTls
(EndpointMutualTlsMutate mutualTls) edge modulesEdgesHttps.CreateCallBuilder.mutualTls
(Optional<EndpointMutualTlsMutate> mutualTls) edge modulesEdgesHttps.CreateCallBuilder.tlsTermination
(EndpointTlsTerminationAtEdge tlsTermination) Sets thetls_termination
parameter.EdgesHttps.CreateCallBuilder.tlsTermination
(Optional<EndpointTlsTerminationAtEdge> tlsTermination) Sets (or unsets) thetls_termination
parameter.