Uses of Class
software.amazon.awssdk.services.s3tables.model.TableType
-
Packages that use TableType Package Description software.amazon.awssdk.services.s3tables.model -
-
Uses of TableType in software.amazon.awssdk.services.s3tables.model
Methods in software.amazon.awssdk.services.s3tables.model that return TableType Modifier and Type Method Description static TableTypeTableType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TableTypeGetTableResponse. type()The type of the table.TableTypeTableSummary. type()The type of the table.static TableTypeTableType. valueOf(String name)Returns the enum constant of this type with the specified name.static TableType[]TableType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3tables.model that return types with arguments of type TableType Modifier and Type Method Description static Set<TableType>TableType. knownValues()Methods in software.amazon.awssdk.services.s3tables.model with parameters of type TableType Modifier and Type Method Description GetTableResponse.BuilderGetTableResponse.Builder. type(TableType type)The type of the table.TableSummary.BuilderTableSummary.Builder. type(TableType type)The type of the table.
-