| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateTimeToLiveResponse |
DynamoDbClient.updateTimeToLive(Consumer<UpdateTimeToLiveRequest.Builder> updateTimeToLiveRequest)
The UpdateTimeToLive method will enable or disable TTL for the specified table.
|
default UpdateTimeToLiveResponse |
DynamoDbClient.updateTimeToLive(UpdateTimeToLiveRequest updateTimeToLiveRequest)
The UpdateTimeToLive method will enable or disable TTL for the specified table.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateTimeToLiveResponse> |
DynamoDbAsyncClient.updateTimeToLive(Consumer<UpdateTimeToLiveRequest.Builder> updateTimeToLiveRequest)
The UpdateTimeToLive method will enable or disable TTL for the specified table.
|
default CompletableFuture<UpdateTimeToLiveResponse> |
DynamoDbAsyncClient.updateTimeToLive(UpdateTimeToLiveRequest updateTimeToLiveRequest)
The UpdateTimeToLive method will enable or disable TTL for the specified table.
|
Copyright © 2019. All rights reserved.