Uses of Class
software.amazon.awssdk.services.dynamodb.model.TimeToLiveStatus
-
Packages that use TimeToLiveStatus Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of TimeToLiveStatus in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TimeToLiveStatus Modifier and Type Method Description static TimeToLiveStatus
TimeToLiveStatus. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.TimeToLiveStatus
TimeToLiveDescription. timeToLiveStatus()
The TTL status for the table.static TimeToLiveStatus
TimeToLiveStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeToLiveStatus[]
TimeToLiveStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type TimeToLiveStatus Modifier and Type Method Description static Set<TimeToLiveStatus>
TimeToLiveStatus. knownValues()
Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type TimeToLiveStatus Modifier and Type Method Description TimeToLiveDescription.Builder
TimeToLiveDescription.Builder. timeToLiveStatus(TimeToLiveStatus timeToLiveStatus)
The TTL status for the table.
-