Uses of Class
software.amazon.awssdk.services.honeycode.model.Format
-
Packages that use Format Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of Format in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return Format Modifier and Type Method Description FormatCell. format()The format of the cell.FormatColumnMetadata. format()The format of the column.FormatTableColumn. format()The column level format that is applied in the table.static FormatFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FormatDataItem. overrideFormat()The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.static FormatFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static Format[]Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type Format Modifier and Type Method Description static Set<Format>Format. knownValues()Methods in software.amazon.awssdk.services.honeycode.model with parameters of type Format Modifier and Type Method Description Cell.BuilderCell.Builder. format(Format format)The format of the cell.ColumnMetadata.BuilderColumnMetadata.Builder. format(Format format)The format of the column.TableColumn.BuilderTableColumn.Builder. format(Format format)The column level format that is applied in the table.DataItem.BuilderDataItem.Builder. overrideFormat(Format overrideFormat)The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.
-