Uses of Class
software.amazon.awssdk.services.dynamodb.model.TableDescription
Packages that use TableDescription
-
Uses of TableDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TableDescriptionModifier and TypeMethodDescriptionfinal TableDescriptionDescribeTableResponse.table()The properties of the table.final TableDescriptionCreateTableResponse.tableDescription()Represents the properties of the table.final TableDescriptionDeleteTableResponse.tableDescription()Represents the properties of a table.final TableDescriptionRestoreTableFromBackupResponse.tableDescription()The description of the table created from an existing backup.final TableDescriptionRestoreTableToPointInTimeResponse.tableDescription()Represents the properties of a table.final TableDescriptionUpdateTableResponse.tableDescription()Represents the properties of the table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type TableDescriptionModifier and TypeMethodDescriptionDescribeTableResponse.Builder.table(TableDescription table) The properties of the table.CreateTableResponse.Builder.tableDescription(TableDescription tableDescription) Represents the properties of the table.DeleteTableResponse.Builder.tableDescription(TableDescription tableDescription) Represents the properties of a table.RestoreTableFromBackupResponse.Builder.tableDescription(TableDescription tableDescription) The description of the table created from an existing backup.RestoreTableToPointInTimeResponse.Builder.tableDescription(TableDescription tableDescription) Represents the properties of a table.UpdateTableResponse.Builder.tableDescription(TableDescription tableDescription) Represents the properties of the table.