| Package | Description |
|---|---|
| software.amazon.awssdk.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
Format |
TableColumn.format()
The column level format that is applied in the table.
|
Format |
Cell.format()
The format of the cell.
|
Format |
ColumnMetadata.format()
The format of the column.
|
static Format |
Format.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Format |
DataItem.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 Format |
Format.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Format> |
Format.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TableColumn.Builder |
TableColumn.Builder.format(Format format)
The column level format that is applied in the table.
|
Cell.Builder |
Cell.Builder.format(Format format)
The format of the cell.
|
ColumnMetadata.Builder |
ColumnMetadata.Builder.format(Format format)
The format of the column.
|
DataItem.Builder |
DataItem.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.
|
Copyright © 2023. All rights reserved.