Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
Future<DescribeTimeToLiveResult> |
AbstractAmazonDynamoDBAsync.describeTimeToLiveAsync(DescribeTimeToLiveRequest request,
AsyncHandler<DescribeTimeToLiveRequest,DescribeTimeToLiveResult> asyncHandler) |
Future<DescribeTimeToLiveResult> |
AmazonDynamoDBAsync.describeTimeToLiveAsync(DescribeTimeToLiveRequest describeTimeToLiveRequest,
AsyncHandler<DescribeTimeToLiveRequest,DescribeTimeToLiveResult> asyncHandler)
Gives a description of the Time to Live (TTL) status on the specified table.
|
Future<DescribeTimeToLiveResult> |
AmazonDynamoDBAsyncClient.describeTimeToLiveAsync(DescribeTimeToLiveRequest request,
AsyncHandler<DescribeTimeToLiveRequest,DescribeTimeToLiveResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeTimeToLiveRequest |
DescribeTimeToLiveRequest.clone() |
DescribeTimeToLiveRequest |
DescribeTimeToLiveRequest.withTableName(String tableName)
The name of the table to be described.
|
Copyright © 2023. All rights reserved.