Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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(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)
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DescribeTableRequest |
DescribeTableRequest.clone() |
DescribeTableRequest |
DescribeTableRequest.withTableName(String tableName)
The name of the table to describe.
|
Copyright © 2015. All rights reserved.