Uses of Class
software.amazon.awssdk.services.dynamodb.model.TableDescription
-
Packages that use TableDescription Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of TableDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TableDescription Modifier and Type Method Description TableDescriptionDescribeTableResponse. table()The properties of the table.TableDescriptionCreateTableResponse. tableDescription()Represents the properties of the table.TableDescriptionDeleteTableResponse. tableDescription()Represents the properties of a table.TableDescriptionRestoreTableFromBackupResponse. tableDescription()The description of the table created from an existing backup.TableDescriptionRestoreTableToPointInTimeResponse. tableDescription()Represents the properties of a table.TableDescriptionUpdateTableResponse. tableDescription()Represents the properties of the table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type TableDescription Modifier and Type Method Description DescribeTableResponse.BuilderDescribeTableResponse.Builder. table(TableDescription table)The properties of the table.CreateTableResponse.BuilderCreateTableResponse.Builder. tableDescription(TableDescription tableDescription)Represents the properties of the table.DeleteTableResponse.BuilderDeleteTableResponse.Builder. tableDescription(TableDescription tableDescription)Represents the properties of a table.RestoreTableFromBackupResponse.BuilderRestoreTableFromBackupResponse.Builder. tableDescription(TableDescription tableDescription)The description of the table created from an existing backup.RestoreTableToPointInTimeResponse.BuilderRestoreTableToPointInTimeResponse.Builder. tableDescription(TableDescription tableDescription)Represents the properties of a table.UpdateTableResponse.BuilderUpdateTableResponse.Builder. tableDescription(TableDescription tableDescription)Represents the properties of the table.
-