Uses of Interface
software.amazon.awssdk.services.dynamodb.model.UpdateTimeToLiveRequest.Builder
Packages that use UpdateTimeToLiveRequest.Builder
Package
Description
-
Uses of UpdateTimeToLiveRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type UpdateTimeToLiveRequest.BuilderModifier and TypeMethodDescriptionDynamoDbAsyncClient.updateTimeToLive(Consumer<UpdateTimeToLiveRequest.Builder> updateTimeToLiveRequest) TheUpdateTimeToLivemethod enables or disables Time to Live (TTL) for the specified table.default UpdateTimeToLiveResponseDynamoDbClient.updateTimeToLive(Consumer<UpdateTimeToLiveRequest.Builder> updateTimeToLiveRequest) TheUpdateTimeToLivemethod enables or disables Time to Live (TTL) for the specified table. -
Uses of UpdateTimeToLiveRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return UpdateTimeToLiveRequest.BuilderModifier and TypeMethodDescriptionUpdateTimeToLiveRequest.builder()UpdateTimeToLiveRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateTimeToLiveRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The name of the table to be configured.default UpdateTimeToLiveRequest.BuilderUpdateTimeToLiveRequest.Builder.timeToLiveSpecification(Consumer<TimeToLiveSpecification.Builder> timeToLiveSpecification) Represents the settings used to enable or disable Time to Live for the specified table.UpdateTimeToLiveRequest.Builder.timeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification) Represents the settings used to enable or disable Time to Live for the specified table.UpdateTimeToLiveRequest.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type UpdateTimeToLiveRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateTimeToLiveRequest.Builder>UpdateTimeToLiveRequest.serializableBuilderClass()