Uses of Class
com.ngrok.services.EdgesHttps.UpdateCallBuilder
-
Uses of EdgesHttps.UpdateCallBuilder in com.ngrok.services
Modifier and TypeMethodDescriptionEdgesHttps.UpdateCallBuilder.description
(String description) human-readable description of what this edge will be used for; optional, max 255 bytes.EdgesHttps.UpdateCallBuilder.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.UpdateCallBuilder.mutualTls
(EndpointMutualTlsMutate mutualTls) edge modulesEdgesHttps.UpdateCallBuilder.mutualTls
(Optional<EndpointMutualTlsMutate> mutualTls) edge modulesEdgesHttps.UpdateCallBuilder.tlsTermination
(EndpointTlsTerminationAtEdge tlsTermination) Sets thetls_termination
parameter.EdgesHttps.UpdateCallBuilder.tlsTermination
(Optional<EndpointTlsTerminationAtEdge> tlsTermination) Sets (or unsets) thetls_termination
parameter.Updates an HTTPS Edge by ID.