Uses of Class
software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model.TtlDuration
-
Packages that use TtlDuration Package Description software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model -
-
Uses of TtlDuration in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model
Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model that return TtlDuration Modifier and Type Method Description TtlDurationPutRecordRequest. ttlDuration()Time to live duration, where the record is hard deleted after the expiration time is reached;ExpiresAt=EventTime+TtlDuration.Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model with parameters of type TtlDuration Modifier and Type Method Description PutRecordRequest.BuilderPutRecordRequest.Builder. ttlDuration(TtlDuration ttlDuration)Time to live duration, where the record is hard deleted after the expiration time is reached;ExpiresAt=EventTime+TtlDuration.
-