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 theEndpointWebhookValidation
instance.Methods in com.ngrok.definitions that return types with arguments of type EndpointWebhookValidationModifier and TypeMethodDescriptionHttpsEdgeRoute.getWebhookVerification()
webhook verification module configuration ornull
-
Uses of EndpointWebhookValidation in com.ngrok.services
Methods in com.ngrok.services that return EndpointWebhookValidationModifier and TypeMethodDescriptionEdgeRouteWebhookVerificationModule.GetCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.EdgeRouteWebhookVerificationModule.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 TypeMethodDescriptionEdgeRouteWebhookVerificationModule.GetCallBuilder.call()
Initiates the API call asynchronously.EdgeRouteWebhookVerificationModule.ReplaceCallBuilder.call()
Initiates the API call asynchronously.Methods in com.ngrok.services with parameters of type EndpointWebhookValidationModifier and TypeMethodDescriptionEdgeRouteWebhookVerificationModule.ReplaceCallBuilder.module
(EndpointWebhookValidation module) Sets themodule
parameter.EdgesHttpsRoutes.CreateCallBuilder.webhookVerification
(EndpointWebhookValidation webhookVerification) webhook verification module configuration ornull
EdgesHttpsRoutes.UpdateCallBuilder.webhookVerification
(EndpointWebhookValidation webhookVerification) webhook verification module configuration ornull
Method parameters in com.ngrok.services with type arguments of type EndpointWebhookValidationModifier and TypeMethodDescriptionEdgeRouteWebhookVerificationModule.ReplaceCallBuilder.module
(Optional<EndpointWebhookValidation> module) Sets (or unsets) themodule
parameter.EdgesHttpsRoutes.CreateCallBuilder.webhookVerification
(Optional<EndpointWebhookValidation> webhookVerification) webhook verification module configuration ornull
EdgesHttpsRoutes.UpdateCallBuilder.webhookVerification
(Optional<EndpointWebhookValidation> webhookVerification) webhook verification module configuration ornull