Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
TimeToLiveDescription |
TimeToLiveDescription.clone() |
TimeToLiveDescription |
SourceTableFeatureDetails.getTimeToLiveDescription()
Time to Live settings on the table when the backup was created.
|
TimeToLiveDescription |
DescribeTimeToLiveResult.getTimeToLiveDescription()
|
TimeToLiveDescription |
TimeToLiveDescription.withAttributeName(String attributeName)
The name of the TTL attribute for items in the table.
|
TimeToLiveDescription |
TimeToLiveDescription.withTimeToLiveStatus(String timeToLiveStatus)
The TTL status for the table.
|
TimeToLiveDescription |
TimeToLiveDescription.withTimeToLiveStatus(TimeToLiveStatus timeToLiveStatus)
The TTL status for the table.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceTableFeatureDetails.setTimeToLiveDescription(TimeToLiveDescription timeToLiveDescription)
Time to Live settings on the table when the backup was created.
|
void |
DescribeTimeToLiveResult.setTimeToLiveDescription(TimeToLiveDescription timeToLiveDescription)
|
SourceTableFeatureDetails |
SourceTableFeatureDetails.withTimeToLiveDescription(TimeToLiveDescription timeToLiveDescription)
Time to Live settings on the table when the backup was created.
|
DescribeTimeToLiveResult |
DescribeTimeToLiveResult.withTimeToLiveDescription(TimeToLiveDescription timeToLiveDescription)
|
Copyright © 2020. All rights reserved.