Class DescribeTableEnhancedResponse
- java.lang.Object
-
- software.amazon.awssdk.enhanced.dynamodb.model.DescribeTableEnhancedResponse
-
@ThreadSafe public final class DescribeTableEnhancedResponse extends Object
Defines the elements returned by DynamoDB from aDescribeTable
operation, such asDynamoDbTable.describeTable()
andDynamoDbAsyncTable.describeTable()
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DescribeTableEnhancedResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeTableEnhancedResponse.Builder
builder()
boolean
equals(Object o)
int
hashCode()
TableDescription
table()
The properties of the table.String
toString()
-
-
-
Method Detail
-
table
public TableDescription table()
The properties of the table.- Returns:
- The properties of the table.
-
builder
public static DescribeTableEnhancedResponse.Builder builder()
-
-