Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DescribeTableResult |
DescribeTableResult.withTable(TableDescription table)
Deprecated.
Sets the value of the Table property for this object.
|
Copyright © 2014. All rights reserved.