|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DescribeTableRequest | |
---|---|
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 DescribeTableRequest in com.amazonaws.services.dynamodb |
---|
Methods in com.amazonaws.services.dynamodb with parameters of type DescribeTableRequest | |
---|---|
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. |
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 DescribeTableRequest | |
---|---|
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 DescribeTableRequest in com.amazonaws.services.dynamodb.model |
---|
Methods in com.amazonaws.services.dynamodb.model that return DescribeTableRequest | |
---|---|
DescribeTableRequest |
DescribeTableRequest.withTableName(String tableName)
Deprecated. The name of the table you want to describe. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |