Uses of Class
com.ngrok.services.EventSubscriptions.UpdateCallBuilder
Packages that use EventSubscriptions.UpdateCallBuilder
-
Uses of EventSubscriptions.UpdateCallBuilder in com.ngrok.services
Methods in com.ngrok.services that return EventSubscriptions.UpdateCallBuilderModifier and TypeMethodDescriptionEventSubscriptions.UpdateCallBuilder.description(String description)Arbitrary customer supplied information intended to be human readable.EventSubscriptions.UpdateCallBuilder.description(Optional<String> description)Arbitrary customer supplied information intended to be human readable.EventSubscriptions.UpdateCallBuilder.destinationIds(List<String> destinationIds)A list of Event Destination IDs which should be used for this Event Stream.EventSubscriptions.UpdateCallBuilder.destinationIds(Optional<List<String>> destinationIds)A list of Event Destination IDs which should be used for this Event Stream.Arbitrary customer supplied information intended to be machine readable.Arbitrary customer supplied information intended to be machine readable.EventSubscriptions.UpdateCallBuilder.sources(List<EventSourceReplace> sources)Sources containing the types for which this event subscription will triggerEventSubscriptions.UpdateCallBuilder.sources(Optional<List<EventSourceReplace>> sources)Sources containing the types for which this event subscription will triggerUpdate an Event Subscription.