Uses of Class
com.ngrok.definitions.EndpointLoggingMutate
Packages that use EndpointLoggingMutate
-
Uses of EndpointLoggingMutate in com.ngrok.definitions
Methods in com.ngrok.definitions that return EndpointLoggingMutateModifier and TypeMethodDescriptionEndpointLoggingMutate.Builder.build()Constructs theEndpointLoggingMutateinstance. -
Uses of EndpointLoggingMutate in com.ngrok.services
Methods in com.ngrok.services with parameters of type EndpointLoggingMutateModifier and TypeMethodDescriptionEndpointConfigurations.CreateCallBuilder.logging(EndpointLoggingMutate logging)logging module configuration ornullEndpointConfigurations.UpdateCallBuilder.logging(EndpointLoggingMutate logging)logging module configuration ornullEndpointLoggingModule.ReplaceCallBuilder.module(EndpointLoggingMutate module)Sets themoduleparameter.Method parameters in com.ngrok.services with type arguments of type EndpointLoggingMutateModifier and TypeMethodDescriptionEndpointConfigurations.CreateCallBuilder.logging(Optional<EndpointLoggingMutate> logging)logging module configuration ornullEndpointConfigurations.UpdateCallBuilder.logging(Optional<EndpointLoggingMutate> logging)logging module configuration ornullEndpointLoggingModule.ReplaceCallBuilder.module(Optional<EndpointLoggingMutate> module)Sets (or unsets) themoduleparameter.