Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
TimeToLiveSpecification |
UpdateTimeToLiveResponse.timeToLiveSpecification()
Represents the output of an
UpdateTimeToLive operation. |
TimeToLiveSpecification |
UpdateTimeToLiveRequest.timeToLiveSpecification()
Represents the settings used to enable or disable Time to Live for the specified table.
|
Modifier and Type | Method and Description |
---|---|
UpdateTimeToLiveResponse.Builder |
UpdateTimeToLiveResponse.Builder.timeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)
Represents the output of an
UpdateTimeToLive operation. |
UpdateTimeToLiveRequest.Builder |
UpdateTimeToLiveRequest.Builder.timeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)
Represents the settings used to enable or disable Time to Live for the specified table.
|
Copyright © 2023. All rights reserved.