public final class DescribeTableEnhancedResponse extends Object
DescribeTable operation, such as
DynamoDbTable.describeTable() and DynamoDbAsyncTable.describeTable()| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeTableEnhancedResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeTableEnhancedResponse.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
TableDescription |
table()
The properties of the table.
|
String |
toString() |
public TableDescription table()
public static DescribeTableEnhancedResponse.Builder builder()
Copyright © 2022. All rights reserved.