Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb |
|
Modifier and Type | Method and Description |
---|---|
default DescribeTimeToLiveResponse |
DynamoDbClient.describeTimeToLive(Consumer<DescribeTimeToLiveRequest.Builder> describeTimeToLiveRequest)
Gives a description of the Time to Live (TTL) status on the specified table.
|
default DescribeTimeToLiveResponse |
DynamoDbClient.describeTimeToLive(DescribeTimeToLiveRequest describeTimeToLiveRequest)
Gives a description of the Time to Live (TTL) status on the specified table.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<DescribeTimeToLiveResponse> |
DynamoDbAsyncClient.describeTimeToLive(Consumer<DescribeTimeToLiveRequest.Builder> describeTimeToLiveRequest)
Gives a description of the Time to Live (TTL) status on the specified table.
|
default CompletableFuture<DescribeTimeToLiveResponse> |
DynamoDbAsyncClient.describeTimeToLive(DescribeTimeToLiveRequest describeTimeToLiveRequest)
Gives a description of the Time to Live (TTL) status on the specified table.
|
Copyright © 2019. All rights reserved.