Uses of Class
com.ngrok.services.EventDestinations.UpdateCallBuilder
Packages that use EventDestinations.UpdateCallBuilder
-
Uses of EventDestinations.UpdateCallBuilder in com.ngrok.services
Methods in com.ngrok.services that return EventDestinations.UpdateCallBuilderModifier and TypeMethodDescriptionEventDestinations.UpdateCallBuilder.description
(String description) Human-readable description of the Event Destination.EventDestinations.UpdateCallBuilder.description
(Optional<String> description) Human-readable description of the Event Destination.The output format you would like to serialize events into when sending to their target.The output format you would like to serialize events into when sending to their target.Arbitrary user-defined machine-readable data of this Event Destination.Arbitrary user-defined machine-readable data of this Event Destination.EventDestinations.UpdateCallBuilder.target
(EventTarget target) An object that encapsulates where and how to send your events.EventDestinations.UpdateCallBuilder.target
(Optional<EventTarget> target) An object that encapsulates where and how to send your events.Update attributes of an Event Destination.