Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
TimeToLiveSpecification |
TimeToLiveSpecification.clone() |
TimeToLiveSpecification |
UpdateTimeToLiveRequest.getTimeToLiveSpecification()
Represents the settings used to enable or disable Time to Live for the specified table.
|
TimeToLiveSpecification |
UpdateTimeToLiveResult.getTimeToLiveSpecification()
Represents the output of an
UpdateTimeToLive operation. |
TimeToLiveSpecification |
TimeToLiveSpecification.withAttributeName(String attributeName)
The name of the TTL attribute used to store the expiration time for items in the table.
|
TimeToLiveSpecification |
TimeToLiveSpecification.withEnabled(Boolean enabled)
Indicates whether TTL is to be enabled (true) or disabled (false) on the table.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateTimeToLiveRequest.setTimeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)
Represents the settings used to enable or disable Time to Live for the specified table.
|
void |
UpdateTimeToLiveResult.setTimeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)
Represents the output of an
UpdateTimeToLive operation. |
UpdateTimeToLiveRequest |
UpdateTimeToLiveRequest.withTimeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)
Represents the settings used to enable or disable Time to Live for the specified table.
|
UpdateTimeToLiveResult |
UpdateTimeToLiveResult.withTimeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)
Represents the output of an
UpdateTimeToLive operation. |
Copyright © 2021. All rights reserved.