Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model | |
com.amazonaws.services.dynamodbv2.waiters |
Modifier and Type | Method and Description |
---|---|
DescribeTableResult |
AmazonDynamoDBClient.describeTable(DescribeTableRequest request)
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 |
AbstractAmazonDynamoDB.describeTable(DescribeTableRequest request) |
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.
|
Future<DescribeTableResult> |
AmazonDynamoDBAsyncClient.describeTableAsync(DescribeTableRequest request) |
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> |
AbstractAmazonDynamoDBAsync.describeTableAsync(DescribeTableRequest request) |
Future<DescribeTableResult> |
AmazonDynamoDBAsyncClient.describeTableAsync(DescribeTableRequest request,
AsyncHandler<DescribeTableRequest,DescribeTableResult> asyncHandler) |
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.
|
Future<DescribeTableResult> |
AbstractAmazonDynamoDBAsync.describeTableAsync(DescribeTableRequest request,
AsyncHandler<DescribeTableRequest,DescribeTableResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<DescribeTableResult> |
AmazonDynamoDBAsyncClient.describeTableAsync(DescribeTableRequest request,
AsyncHandler<DescribeTableRequest,DescribeTableResult> asyncHandler) |
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.
|
Future<DescribeTableResult> |
AbstractAmazonDynamoDBAsync.describeTableAsync(DescribeTableRequest request,
AsyncHandler<DescribeTableRequest,DescribeTableResult> asyncHandler) |
Future<DescribeTableResult> |
AmazonDynamoDBAsyncClient.describeTableAsync(String tableName,
AsyncHandler<DescribeTableRequest,DescribeTableResult> asyncHandler)
Simplified method form for invoking the DescribeTable operation with an AsyncHandler.
|
Future<DescribeTableResult> |
AmazonDynamoDBAsync.describeTableAsync(String tableName,
AsyncHandler<DescribeTableRequest,DescribeTableResult> asyncHandler)
Simplified method form for invoking the DescribeTable operation with an AsyncHandler.
|
Future<DescribeTableResult> |
AbstractAmazonDynamoDBAsync.describeTableAsync(String tableName,
AsyncHandler<DescribeTableRequest,DescribeTableResult> asyncHandler)
Simplified method form for invoking the DescribeTable operation with an AsyncHandler.
|
Modifier and Type | Method and Description |
---|---|
DescribeTableRequest |
DescribeTableRequest.clone() |
DescribeTableRequest |
DescribeTableRequest.withTableName(String tableName)
The name of the table to describe.
|
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeTableRequest> |
AmazonDynamoDBWaiters.tableExists()
Builds a TableExists waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeTableRequest> |
AmazonDynamoDBWaiters.tableNotExists()
Builds a TableNotExists waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Modifier and Type | Method and Description |
---|---|
DescribeTableResult |
DescribeTableFunction.apply(DescribeTableRequest describeTableRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2024. All rights reserved.