| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2 |
|
| com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDB
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
DescribeTableResult |
DescribeTableResult.withTable(TableDescription table)
The properties of the table.
|
Copyright © 2019. All rights reserved.