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 aDescribeTableoperation, such asDynamoDbTable.describeTable()andDynamoDbAsyncTable.describeTable()
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeTableEnhancedResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeTableEnhancedResponse.Builderbuilder()booleanequals(Object o)inthashCode()TableDescriptiontable()The properties of the table.StringtoString()
-
-
-
Method Detail
-
table
public TableDescription table()
The properties of the table.- Returns:
- The properties of the table.
-
builder
public static DescribeTableEnhancedResponse.Builder builder()
-
-