Uses of Class
software.amazon.awssdk.services.dynamodb.model.TimeToLiveSpecification
-
Packages that use TimeToLiveSpecification Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of TimeToLiveSpecification in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TimeToLiveSpecification Modifier and Type Method Description TimeToLiveSpecificationUpdateTimeToLiveRequest. timeToLiveSpecification()Represents the settings used to enable or disable Time to Live for the specified table.TimeToLiveSpecificationUpdateTimeToLiveResponse. timeToLiveSpecification()Represents the output of anUpdateTimeToLiveoperation.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type TimeToLiveSpecification Modifier and Type Method Description UpdateTimeToLiveRequest.BuilderUpdateTimeToLiveRequest.Builder. timeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)Represents the settings used to enable or disable Time to Live for the specified table.UpdateTimeToLiveResponse.BuilderUpdateTimeToLiveResponse.Builder. timeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)Represents the output of anUpdateTimeToLiveoperation.
-