Uses of Enum
software.amazon.awssdk.services.dynamodb.model.TimeToLiveStatus
Packages that use TimeToLiveStatus
-
Uses of TimeToLiveStatus in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TimeToLiveStatusModifier and TypeMethodDescriptionstatic TimeToLiveStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TimeToLiveStatusTimeToLiveDescription.timeToLiveStatus()The TTL status for the table.static TimeToLiveStatusReturns 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 TimeToLiveStatusMethods in software.amazon.awssdk.services.dynamodb.model with parameters of type TimeToLiveStatusModifier and TypeMethodDescriptionTimeToLiveDescription.Builder.timeToLiveStatus(TimeToLiveStatus timeToLiveStatus) The TTL status for the table.