Uses of Class
com.ngrok.definitions.EndpointBackendMutate
Packages that use EndpointBackendMutate
-
Uses of EndpointBackendMutate in com.ngrok.definitions
Methods in com.ngrok.definitions that return EndpointBackendMutateModifier and TypeMethodDescriptionEndpointBackendMutate.Builder.build()
Constructs theEndpointBackendMutate
instance. -
Uses of EndpointBackendMutate in com.ngrok.services
Methods in com.ngrok.services with parameters of type EndpointBackendMutateModifier and TypeMethodDescriptionEdgesHttpsRoutes.CreateCallBuilder.backend
(EndpointBackendMutate backend) backend module configuration ornull
EdgesHttpsRoutes.UpdateCallBuilder.backend
(EndpointBackendMutate backend) backend module configuration ornull
EdgesTcp.CreateCallBuilder.backend
(EndpointBackendMutate backend) edge modulesEdgesTcp.UpdateCallBuilder.backend
(EndpointBackendMutate backend) edge modulesEdgesTls.CreateCallBuilder.backend
(EndpointBackendMutate backend) edge modulesEdgesTls.UpdateCallBuilder.backend
(EndpointBackendMutate backend) edge modulesEdgeRouteBackendModule.ReplaceCallBuilder.module
(EndpointBackendMutate module) Sets themodule
parameter.TcpEdgeBackendModule.ReplaceCallBuilder.module
(EndpointBackendMutate module) Sets themodule
parameter.TlsEdgeBackendModule.ReplaceCallBuilder.module
(EndpointBackendMutate module) Sets themodule
parameter.Method parameters in com.ngrok.services with type arguments of type EndpointBackendMutateModifier and TypeMethodDescriptionEdgesHttpsRoutes.CreateCallBuilder.backend
(Optional<EndpointBackendMutate> backend) backend module configuration ornull
EdgesHttpsRoutes.UpdateCallBuilder.backend
(Optional<EndpointBackendMutate> backend) backend module configuration ornull
EdgesTcp.CreateCallBuilder.backend
(Optional<EndpointBackendMutate> backend) edge modulesEdgesTcp.UpdateCallBuilder.backend
(Optional<EndpointBackendMutate> backend) edge modulesEdgesTls.CreateCallBuilder.backend
(Optional<EndpointBackendMutate> backend) edge modulesEdgesTls.UpdateCallBuilder.backend
(Optional<EndpointBackendMutate> backend) edge modulesEdgeRouteBackendModule.ReplaceCallBuilder.module
(Optional<EndpointBackendMutate> module) Sets (or unsets) themodule
parameter.TcpEdgeBackendModule.ReplaceCallBuilder.module
(Optional<EndpointBackendMutate> module) Sets (or unsets) themodule
parameter.TlsEdgeBackendModule.ReplaceCallBuilder.module
(Optional<EndpointBackendMutate> module) Sets (or unsets) themodule
parameter.