Uses of Class
software.amazon.awssdk.services.dynamodb.model.TimeToLiveSpecification
Packages that use TimeToLiveSpecification
-
Uses of TimeToLiveSpecification in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TimeToLiveSpecificationModifier and TypeMethodDescriptionfinal TimeToLiveSpecificationUpdateTimeToLiveRequest.timeToLiveSpecification()Represents the settings used to enable or disable Time to Live for the specified table.final TimeToLiveSpecificationUpdateTimeToLiveResponse.timeToLiveSpecification()Represents the output of anUpdateTimeToLiveoperation.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type TimeToLiveSpecificationModifier and TypeMethodDescriptionUpdateTimeToLiveRequest.Builder.timeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification) Represents the settings used to enable or disable Time to Live for the specified table.UpdateTimeToLiveResponse.Builder.timeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification) Represents the output of anUpdateTimeToLiveoperation.