Uses of Class
io.gs2.distributor.model.LogSetting
Packages that use LogSetting
-
Uses of LogSetting in io.gs2.distributor.model
Methods in io.gs2.distributor.model that return LogSettingModifier and TypeMethodDescriptionstatic LogSettingLogSetting.fromJson(com.fasterxml.jackson.databind.JsonNode data) Namespace.getLogSetting()LogSetting.withLoggingNamespaceId(String loggingNamespaceId) Methods in io.gs2.distributor.model with parameters of type LogSettingModifier and TypeMethodDescriptionvoidNamespace.setLogSetting(LogSetting logSetting) Namespace.withLogSetting(LogSetting logSetting) -
Uses of LogSetting in io.gs2.distributor.request
Methods in io.gs2.distributor.request that return LogSettingModifier and TypeMethodDescriptionCreateNamespaceRequest.getLogSetting()UpdateNamespaceRequest.getLogSetting()Methods in io.gs2.distributor.request with parameters of type LogSettingModifier and TypeMethodDescriptionvoidCreateNamespaceRequest.setLogSetting(LogSetting logSetting) voidUpdateNamespaceRequest.setLogSetting(LogSetting logSetting) CreateNamespaceRequest.withLogSetting(LogSetting logSetting) UpdateNamespaceRequest.withLogSetting(LogSetting logSetting)