| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
TimeToLive |
UpdateTableRequest.ttl()
Modifies Time to Live custom settings for the table.
|
TimeToLive |
CreateTableRequest.ttl()
Enables Time to Live custom settings for the table.
|
TimeToLive |
GetTableResponse.ttl()
The custom Time to Live settings of the specified table.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTableRequest.Builder |
UpdateTableRequest.Builder.ttl(TimeToLive ttl)
Modifies Time to Live custom settings for the table.
|
CreateTableRequest.Builder |
CreateTableRequest.Builder.ttl(TimeToLive ttl)
Enables Time to Live custom settings for the table.
|
GetTableResponse.Builder |
GetTableResponse.Builder.ttl(TimeToLive ttl)
The custom Time to Live settings of the specified table.
|
Copyright © 2023. All rights reserved.