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

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

Uses of DescribeTableResult in com.amazonaws.services.dynamodbv2
 

Methods in com.amazonaws.services.dynamodbv2 that return DescribeTableResult
 DescribeTableResult AmazonDynamoDBClient.describeTable(DescribeTableRequest describeTableRequest)
           Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
 DescribeTableResult AmazonDynamoDB.describeTable(DescribeTableRequest describeTableRequest)
           Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
 DescribeTableResult AmazonDynamoDBClient.describeTable(String tableName)
           Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
 DescribeTableResult AmazonDynamoDB.describeTable(String tableName)
           Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
 

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

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

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

Methods in com.amazonaws.services.dynamodbv2.model that return DescribeTableResult
 DescribeTableResult DescribeTableResult.withTable(TableDescription table)
          Represents the properties of a table.
 



Copyright © 2016. All rights reserved.