Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.SyslogSourceType
Packages that use SyslogSourceType
-
Uses of SyslogSourceType in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return SyslogSourceTypeModifier and TypeMethodDescriptionstatic SyslogSourceTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SyslogSourceTypeSyslogConfiguration.sourceType()The source type for the syslog configuration.static SyslogSourceTypeReturns the enum constant of this type with the specified name.static SyslogSourceType[]SyslogSourceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type SyslogSourceTypeMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type SyslogSourceTypeModifier and TypeMethodDescriptionSyslogConfiguration.Builder.sourceType(SyslogSourceType sourceType) The source type for the syslog configuration.