| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
TimeToLive |
TimeToLive.clone() |
TimeToLive |
UpdateTableRequest.getTtl()
Modifies Time to Live custom settings for the table.
|
TimeToLive |
GetTableResult.getTtl()
The custom Time to Live settings of the specified table.
|
TimeToLive |
CreateTableRequest.getTtl()
Enables Time to Live custom settings for the table.
|
TimeToLive |
TimeToLive.withStatus(String status)
Shows how to enable custom Time to Live (TTL) settings for the specified table.
|
TimeToLive |
TimeToLive.withStatus(TimeToLiveStatus status)
Shows how to enable custom Time to Live (TTL) settings for the specified table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateTableRequest.setTtl(TimeToLive ttl)
Modifies Time to Live custom settings for the table.
|
void |
GetTableResult.setTtl(TimeToLive ttl)
The custom Time to Live settings of the specified table.
|
void |
CreateTableRequest.setTtl(TimeToLive ttl)
Enables Time to Live custom settings for the table.
|
UpdateTableRequest |
UpdateTableRequest.withTtl(TimeToLive ttl)
Modifies Time to Live custom settings for the table.
|
GetTableResult |
GetTableResult.withTtl(TimeToLive ttl)
The custom Time to Live settings of the specified table.
|
CreateTableRequest |
CreateTableRequest.withTtl(TimeToLive ttl)
Enables Time to Live custom settings for the table.
|
Copyright © 2022. All rights reserved.