Uses of Class
com.ngrok.services.EventStreams.UpdateCallBuilder
Packages that use EventStreams.UpdateCallBuilder
-
Uses of EventStreams.UpdateCallBuilder in com.ngrok.services
Methods in com.ngrok.services that return EventStreams.UpdateCallBuilderModifier and TypeMethodDescriptionEventStreams.UpdateCallBuilder.description(String description)Human-readable description of the Event Stream.EventStreams.UpdateCallBuilder.description(Optional<String> description)Human-readable description of the Event Stream.EventStreams.UpdateCallBuilder.destinationIds(List<String> destinationIds)A list of Event Destination IDs which should be used for this Event Stream.EventStreams.UpdateCallBuilder.destinationIds(Optional<List<String>> destinationIds)A list of Event Destination IDs which should be used for this Event Stream.A list of protocol-specific fields you want to collect on each event.A list of protocol-specific fields you want to collect on each event.Arbitrary user-defined machine-readable data of this Event Stream.Arbitrary user-defined machine-readable data of this Event Stream.EventStreams.UpdateCallBuilder.samplingRate(double samplingRate)The percentage of all events you would like to capture.EventStreams.UpdateCallBuilder.samplingRate(Optional<Double> samplingRate)The percentage of all events you would like to capture.Update attributes of an Event Stream by ID.