Uses of Class
com.ngrok.definitions.EndpointWebhookValidation
Packages that use EndpointWebhookValidation
-
Uses of EndpointWebhookValidation in com.ngrok.definitions
Methods in com.ngrok.definitions that return EndpointWebhookValidationModifier and TypeMethodDescriptionEndpointWebhookValidation.Builder.build()Constructs theEndpointWebhookValidationinstance.Methods in com.ngrok.definitions that return types with arguments of type EndpointWebhookValidationModifier and TypeMethodDescriptionEndpointConfiguration.getWebhookValidation()webhook validation module configuration ornull -
Uses of EndpointWebhookValidation in com.ngrok.services
Methods in com.ngrok.services that return EndpointWebhookValidationModifier and TypeMethodDescriptionEndpointWebhookValidationModule.GetCallBuilder.blockingCall()Initiates the API call and blocks until it returns.EndpointWebhookValidationModule.ReplaceCallBuilder.blockingCall()Initiates the API call and blocks until it returns.Methods in com.ngrok.services that return types with arguments of type EndpointWebhookValidationModifier and TypeMethodDescriptionEndpointWebhookValidationModule.GetCallBuilder.call()Initiates the API call asynchronously.EndpointWebhookValidationModule.ReplaceCallBuilder.call()Initiates the API call asynchronously.Methods in com.ngrok.services with parameters of type EndpointWebhookValidationModifier and TypeMethodDescriptionEndpointWebhookValidationModule.ReplaceCallBuilder.module(EndpointWebhookValidation module)Sets themoduleparameter.EndpointConfigurations.CreateCallBuilder.webhookValidation(EndpointWebhookValidation webhookValidation)webhook validation module configuration ornullEndpointConfigurations.UpdateCallBuilder.webhookValidation(EndpointWebhookValidation webhookValidation)webhook validation module configuration ornullMethod parameters in com.ngrok.services with type arguments of type EndpointWebhookValidationModifier and TypeMethodDescriptionEndpointWebhookValidationModule.ReplaceCallBuilder.module(Optional<EndpointWebhookValidation> module)Sets (or unsets) themoduleparameter.EndpointConfigurations.CreateCallBuilder.webhookValidation(Optional<EndpointWebhookValidation> webhookValidation)webhook validation module configuration ornullEndpointConfigurations.UpdateCallBuilder.webhookValidation(Optional<EndpointWebhookValidation> webhookValidation)webhook validation module configuration ornull