Uses of Class
software.amazon.awssdk.services.iotsitewise.model.ColumnName
-
Packages that use ColumnName Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of ColumnName in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return ColumnName Modifier and Type Method Description static ColumnNameColumnName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ColumnNameColumnName. valueOf(String name)Returns the enum constant of this type with the specified name.static ColumnName[]ColumnName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type ColumnName Modifier and Type Method Description List<ColumnName>Csv. columnNames()The column names specified in the .csv file.static Set<ColumnName>ColumnName. knownValues()Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type ColumnName Modifier and Type Method Description Csv.BuilderCsv.Builder. columnNames(ColumnName... columnNames)The column names specified in the .csv file.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type ColumnName Modifier and Type Method Description Csv.BuilderCsv.Builder. columnNames(Collection<ColumnName> columnNames)The column names specified in the .csv file.
-