Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb |
|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
default UpdateTimeToLiveResponse |
DynamoDbClient.updateTimeToLive(Consumer<UpdateTimeToLiveRequest.Builder> updateTimeToLiveRequest)
The
UpdateTimeToLive method enables or disables Time to Live (TTL) for the specified table. |
default CompletableFuture<UpdateTimeToLiveResponse> |
DynamoDbAsyncClient.updateTimeToLive(Consumer<UpdateTimeToLiveRequest.Builder> updateTimeToLiveRequest)
The
UpdateTimeToLive method enables or disables Time to Live (TTL) for the specified table. |
Modifier and Type | Method and Description |
---|---|
static UpdateTimeToLiveRequest.Builder |
UpdateTimeToLiveRequest.builder() |
UpdateTimeToLiveRequest.Builder |
UpdateTimeToLiveRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateTimeToLiveRequest.Builder |
UpdateTimeToLiveRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateTimeToLiveRequest.Builder |
UpdateTimeToLiveRequest.Builder.tableName(String tableName)
The name of the table to be configured.
|
default UpdateTimeToLiveRequest.Builder |
UpdateTimeToLiveRequest.Builder.timeToLiveSpecification(Consumer<TimeToLiveSpecification.Builder> timeToLiveSpecification)
Represents the settings used to enable or disable Time to Live for the specified table.
|
UpdateTimeToLiveRequest.Builder |
UpdateTimeToLiveRequest.Builder.timeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)
Represents the settings used to enable or disable Time to Live for the specified table.
|
UpdateTimeToLiveRequest.Builder |
UpdateTimeToLiveRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends UpdateTimeToLiveRequest.Builder> |
UpdateTimeToLiveRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.