Uses of Class
com.amazonaws.services.dynamodb.model.DescribeTableResult

Packages that use DescribeTableResult
com.amazonaws.services.dynamodb Synchronous and asynchronous client classes for accessing AmazonDynamoDB. 
com.amazonaws.services.dynamodb.model Classes modeling the various types represented by AmazonDynamoDB. 
 

Uses of DescribeTableResult in com.amazonaws.services.dynamodb
 

Methods in com.amazonaws.services.dynamodb that return DescribeTableResult
 DescribeTableResult AmazonDynamoDBClient.describeTable(DescribeTableRequest describeTableRequest)
          Deprecated.  Retrieves information about the table, including the current status of the table, the primary key schema and when the table was created.
 DescribeTableResult AmazonDynamoDB.describeTable(DescribeTableRequest describeTableRequest)
          Deprecated.  Retrieves information about the table, including the current status of the table, the primary key schema and when the table was created.
 

Methods in com.amazonaws.services.dynamodb that return types with arguments of type DescribeTableResult
 Future<DescribeTableResult> AmazonDynamoDBAsyncClient.describeTableAsync(DescribeTableRequest describeTableRequest)
          Deprecated.  Retrieves information about the table, including the current status of the table, the primary key schema and when the table was created.
 Future<DescribeTableResult> AmazonDynamoDBAsync.describeTableAsync(DescribeTableRequest describeTableRequest)
          Deprecated.  Retrieves information about the table, including the current status of the table, the primary key schema and when the table was created.
 Future<DescribeTableResult> AmazonDynamoDBAsyncClient.describeTableAsync(DescribeTableRequest describeTableRequest, AsyncHandler<DescribeTableRequest,DescribeTableResult> asyncHandler)
          Deprecated.  Retrieves information about the table, including the current status of the table, the primary key schema and when the table was created.
 Future<DescribeTableResult> AmazonDynamoDBAsync.describeTableAsync(DescribeTableRequest describeTableRequest, AsyncHandler<DescribeTableRequest,DescribeTableResult> asyncHandler)
          Deprecated.  Retrieves information about the table, including the current status of the table, the primary key schema and when the table was created.
 

Method parameters in com.amazonaws.services.dynamodb with type arguments of type DescribeTableResult
 Future<DescribeTableResult> AmazonDynamoDBAsyncClient.describeTableAsync(DescribeTableRequest describeTableRequest, AsyncHandler<DescribeTableRequest,DescribeTableResult> asyncHandler)
          Deprecated.  Retrieves information about the table, including the current status of the table, the primary key schema and when the table was created.
 Future<DescribeTableResult> AmazonDynamoDBAsync.describeTableAsync(DescribeTableRequest describeTableRequest, AsyncHandler<DescribeTableRequest,DescribeTableResult> asyncHandler)
          Deprecated.  Retrieves information about the table, including the current status of the table, the primary key schema and when the table was created.
 

Uses of DescribeTableResult in com.amazonaws.services.dynamodb.model
 

Methods in com.amazonaws.services.dynamodb.model that return DescribeTableResult
 DescribeTableResult DescribeTableResult.withTable(TableDescription table)
          Deprecated. Sets the value of the Table property for this object.
 



Copyright © 2016. All rights reserved.