Uses of Class
software.amazon.awssdk.services.dynamodb.model.TimeToLiveDescription
-
Packages that use TimeToLiveDescription Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of TimeToLiveDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TimeToLiveDescription Modifier and Type Method Description TimeToLiveDescription
DescribeTimeToLiveResponse. timeToLiveDescription()
TimeToLiveDescription
SourceTableFeatureDetails. timeToLiveDescription()
Time to Live settings on the table when the backup was created.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type TimeToLiveDescription Modifier and Type Method Description DescribeTimeToLiveResponse.Builder
DescribeTimeToLiveResponse.Builder. timeToLiveDescription(TimeToLiveDescription timeToLiveDescription)
SourceTableFeatureDetails.Builder
SourceTableFeatureDetails.Builder. timeToLiveDescription(TimeToLiveDescription timeToLiveDescription)
Time to Live settings on the table when the backup was created.
-