Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.Schema
-
Packages that use Schema Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of Schema in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return Schema Modifier and Type Method Description SchemaCreateTableRequest. schema()The schema of the table.SchemaTable. schema()The schema of the table.SchemaUpdateTableRequest. schema()The schema of the table.Methods in software.amazon.awssdk.services.timestreamwrite.model with parameters of type Schema Modifier and Type Method Description CreateTableRequest.BuilderCreateTableRequest.Builder. schema(Schema schema)The schema of the table.Table.BuilderTable.Builder. schema(Schema schema)The schema of the table.UpdateTableRequest.BuilderUpdateTableRequest.Builder. schema(Schema schema)The schema of the table.
-