Class DescribeTableResponse


  • public class DescribeTableResponse
    extends Object
    Contains the returned response and tableSchema for describeTable
    • Constructor Detail

      • DescribeTableResponse

        public DescribeTableResponse​(Response response,
                                     @Nullable
                                     TableSchema tableSchema)