Uses of Class
org.graylog2.rest.models.system.outputs.responses.OutputSummary
Packages that use OutputSummary
Package
Description
-
Uses of OutputSummary in org.graylog2.rest.models.streams.outputs
Methods in org.graylog2.rest.models.streams.outputs that return types with arguments of type OutputSummaryModifier and TypeMethodDescriptionabstract Collection<OutputSummary>OutputListResponse.outputs()Method parameters in org.graylog2.rest.models.streams.outputs with type arguments of type OutputSummaryModifier and TypeMethodDescriptionstatic OutputListResponseOutputListResponse.create(long total, Collection<OutputSummary> outputs) static OutputListResponseOutputListResponse.create(Collection<OutputSummary> outputs) -
Uses of OutputSummary in org.graylog2.rest.models.system.outputs.responses
Methods in org.graylog2.rest.models.system.outputs.responses that return OutputSummary -
Uses of OutputSummary in org.graylog2.rest.resources.streams.outputs
Methods in org.graylog2.rest.resources.streams.outputs that return OutputSummaryModifier and TypeMethodDescription -
Uses of OutputSummary in org.graylog2.rest.resources.streams.responses
Methods in org.graylog2.rest.resources.streams.responses that return types with arguments of type OutputSummaryMethod parameters in org.graylog2.rest.resources.streams.responses with type arguments of type OutputSummaryModifier 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) -
Uses of OutputSummary in org.graylog2.rest.resources.system.outputs
Methods in org.graylog2.rest.resources.system.outputs that return OutputSummary