Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.RetentionProperties
-
Packages that use RetentionProperties Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of RetentionProperties in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return RetentionProperties Modifier and Type Method Description RetentionPropertiesCreateTableRequest. retentionProperties()The duration for which your time-series data must be stored in the memory store and the magnetic store.RetentionPropertiesTable. retentionProperties()The retention duration for the memory store and magnetic store.RetentionPropertiesUpdateTableRequest. retentionProperties()The retention duration of the memory store and the magnetic store.Methods in software.amazon.awssdk.services.timestreamwrite.model with parameters of type RetentionProperties Modifier and Type Method Description CreateTableRequest.BuilderCreateTableRequest.Builder. retentionProperties(RetentionProperties retentionProperties)The duration for which your time-series data must be stored in the memory store and the magnetic store.Table.BuilderTable.Builder. retentionProperties(RetentionProperties retentionProperties)The retention duration for the memory store and magnetic store.UpdateTableRequest.BuilderUpdateTableRequest.Builder. retentionProperties(RetentionProperties retentionProperties)The retention duration of the memory store and the magnetic store.
-