Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.SyslogConfiguration
Packages that use SyslogConfiguration
-
Uses of SyslogConfiguration in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type SyslogConfigurationModifier and TypeMethodDescriptionfinal List<SyslogConfiguration>ListSyslogConfigurationsResponse.syslogConfigurations()The list of syslog configurations.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type SyslogConfigurationModifier and TypeMethodDescriptionListSyslogConfigurationsResponse.Builder.syslogConfigurations(SyslogConfiguration... syslogConfigurations) The list of syslog configurations.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type SyslogConfigurationModifier and TypeMethodDescriptionListSyslogConfigurationsResponse.Builder.syslogConfigurations(Collection<SyslogConfiguration> syslogConfigurations) The list of syslog configurations.