Uses of Class
org.graylog2.rest.models.system.loggers.responses.SingleSubsystemSummary
Packages that use SingleSubsystemSummary
-
Uses of SingleSubsystemSummary in org.graylog2.rest.models.system.loggers.responses
Methods in org.graylog2.rest.models.system.loggers.responses that return SingleSubsystemSummaryModifier and TypeMethodDescriptionstatic SingleSubsystemSummarySingleSubsystemSummary.create(String title, List<String> categories, String description, String level, int levelSyslog) Methods in org.graylog2.rest.models.system.loggers.responses that return types with arguments of type SingleSubsystemSummaryModifier and TypeMethodDescriptionabstract Map<String,SingleSubsystemSummary> SubsystemSummary.subsystems()Method parameters in org.graylog2.rest.models.system.loggers.responses with type arguments of type SingleSubsystemSummaryModifier and TypeMethodDescriptionstatic SubsystemSummarySubsystemSummary.create(Map<String, SingleSubsystemSummary> subsystems)