| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamwrite.model |
| Modifier and Type | Method and Description |
|---|---|
RetentionProperties |
CreateTableRequest.retentionProperties()
The duration for which your time-series data must be stored in the memory store and the magnetic store.
|
RetentionProperties |
UpdateTableRequest.retentionProperties()
The retention duration of the memory store and the magnetic store.
|
RetentionProperties |
Table.retentionProperties()
The retention duration for the memory store and magnetic store.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTableRequest.Builder |
CreateTableRequest.Builder.retentionProperties(RetentionProperties retentionProperties)
The duration for which your time-series data must be stored in the memory store and the magnetic store.
|
UpdateTableRequest.Builder |
UpdateTableRequest.Builder.retentionProperties(RetentionProperties retentionProperties)
The retention duration of the memory store and the magnetic store.
|
Table.Builder |
Table.Builder.retentionProperties(RetentionProperties retentionProperties)
The retention duration for the memory store and magnetic store.
|
Copyright © 2023. All rights reserved.