Uses of Class
org.graylog2.rest.resources.streams.responses.StreamResponse
Packages that use StreamResponse
Package
Description
-
Uses of StreamResponse in org.graylog2.rest.resources.streams
Methods in org.graylog2.rest.resources.streams that return StreamResponseModifier and TypeMethodDescriptionStreamResource.update(String streamId, @Valid @NotNull UpdateStreamRequest cr, UserContext userContext) -
Uses of StreamResponse in org.graylog2.rest.resources.streams.responses
Methods in org.graylog2.rest.resources.streams.responses that return StreamResponseModifier and TypeMethodDescriptionstatic StreamResponseStreamResponse.create(String id, String creatorUserId, Collection<OutputSummary> outputs, String matchingType, String description, String createdAt, boolean disabled, Collection<StreamRule> rules, String title, String contentPack, Boolean isDefault, Boolean removeMatchesFromDefaultStream, String indexSetId) Methods in org.graylog2.rest.resources.streams.responses that return types with arguments of type StreamResponseModifier and TypeMethodDescriptionabstract Collection<StreamResponse>StreamListResponse.streams()Method parameters in org.graylog2.rest.resources.streams.responses with type arguments of type StreamResponseModifier and TypeMethodDescriptionstatic StreamListResponseStreamListResponse.create(long total, Collection<StreamResponse> streams)