Uses of Enum
software.amazon.awscdk.services.logs.DelimiterCharacter
Packages that use DelimiterCharacter
-
Uses of DelimiterCharacter in software.amazon.awscdk.services.logs
Methods in software.amazon.awscdk.services.logs that return DelimiterCharacterModifier and TypeMethodDescriptiondefault DelimiterCharacterCsvProperty.getDelimiter()Character used to separate each column in the original comma-separated value log event.final DelimiterCharacterCsvProperty.Jsii$Proxy.getDelimiter()SplitStringEntryProperty.getDelimiter()The separator character to split the string on.final DelimiterCharacterSplitStringEntryProperty.Jsii$Proxy.getDelimiter()static DelimiterCharacterReturns the enum constant of this type with the specified name.static DelimiterCharacter[]DelimiterCharacter.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.logs with parameters of type DelimiterCharacterModifier and TypeMethodDescriptionCsvProperty.Builder.delimiter(DelimiterCharacter delimiter) Sets the value ofCsvProperty.getDelimiter()SplitStringEntryProperty.Builder.delimiter(DelimiterCharacter delimiter) Sets the value ofSplitStringEntryProperty.getDelimiter()