Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
TableDescription |
DescribeTableResponse.table()
The properties of the table.
|
TableDescription |
RestoreTableToPointInTimeResponse.tableDescription()
Represents the properties of a table.
|
TableDescription |
RestoreTableFromBackupResponse.tableDescription()
The description of the table created from an existing backup.
|
TableDescription |
CreateTableResponse.tableDescription()
Represents the properties of the table.
|
TableDescription |
DeleteTableResponse.tableDescription()
Represents the properties of a table.
|
TableDescription |
UpdateTableResponse.tableDescription()
Represents the properties of the table.
|
Modifier and Type | Method and Description |
---|---|
DescribeTableResponse.Builder |
DescribeTableResponse.Builder.table(TableDescription table)
The properties of the table.
|
RestoreTableToPointInTimeResponse.Builder |
RestoreTableToPointInTimeResponse.Builder.tableDescription(TableDescription tableDescription)
Represents the properties of a table.
|
RestoreTableFromBackupResponse.Builder |
RestoreTableFromBackupResponse.Builder.tableDescription(TableDescription tableDescription)
The description of the table created from an existing backup.
|
CreateTableResponse.Builder |
CreateTableResponse.Builder.tableDescription(TableDescription tableDescription)
Represents the properties of the table.
|
DeleteTableResponse.Builder |
DeleteTableResponse.Builder.tableDescription(TableDescription tableDescription)
Represents the properties of a table.
|
UpdateTableResponse.Builder |
UpdateTableResponse.Builder.tableDescription(TableDescription tableDescription)
Represents the properties of the table.
|
Copyright © 2020. All rights reserved.