| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| software.amazon.awssdk.services.dynamodb.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateTimeToLiveResponse> |
DynamoDbAsyncClient.updateTimeToLive(UpdateTimeToLiveRequest updateTimeToLiveRequest)
The
UpdateTimeToLive method enables or disables Time to Live (TTL) for the specified table. |
default UpdateTimeToLiveResponse |
DynamoDbClient.updateTimeToLive(UpdateTimeToLiveRequest updateTimeToLiveRequest)
The
UpdateTimeToLive method enables or disables Time to Live (TTL) for the specified table. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
UpdateTimeToLiveRequestMarshaller.marshall(UpdateTimeToLiveRequest updateTimeToLiveRequest) |
Copyright © 2021. All rights reserved.