Uses of Class
org.graylog2.rest.models.streams.outputs.requests.CreateOutputRequest
Packages that use CreateOutputRequest
Package
Description
-
Uses of CreateOutputRequest in org.graylog2.rest.models.streams.outputs.requests
Methods in org.graylog2.rest.models.streams.outputs.requests that return CreateOutputRequestModifier and TypeMethodDescriptionstatic CreateOutputRequestCreateOutputRequest.create(String title, String type, Map<String, Object> configuration, Set<String> streams) static CreateOutputRequestCreateOutputRequest.create(String title, String type, Map<String, Object> configuration, Set<String> streams, String contentPack) -
Uses of CreateOutputRequest in org.graylog2.rest.resources.system.outputs
Methods in org.graylog2.rest.resources.system.outputs with parameters of type CreateOutputRequestModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseOutputResource.create(CreateOutputRequest csor) -
Uses of CreateOutputRequest in org.graylog2.streams
Methods in org.graylog2.streams with parameters of type CreateOutputRequestModifier and TypeMethodDescriptionOutputService.create(CreateOutputRequest request, String userId) OutputServiceImpl.create(CreateOutputRequest request, String userId)