Uses of Enum
software.amazon.awscdk.services.logs.QuoteCharacter
Packages that use QuoteCharacter
-
Uses of QuoteCharacter in software.amazon.awscdk.services.logs
Methods in software.amazon.awscdk.services.logs that return QuoteCharacterModifier and TypeMethodDescriptiondefault QuoteCharacter
CsvProperty.getQuoteCharacter()
Character used as a text qualifier for a single column of data.final QuoteCharacter
CsvProperty.Jsii$Proxy.getQuoteCharacter()
static QuoteCharacter
Returns the enum constant of this type with the specified name.static QuoteCharacter[]
QuoteCharacter.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 QuoteCharacterModifier and TypeMethodDescriptionCsvProperty.Builder.quoteCharacter
(QuoteCharacter quoteCharacter) Sets the value ofCsvProperty.getQuoteCharacter()