Uses of Interface
software.amazon.awssdk.services.dynamodb.model.DescribeTimeToLiveRequest.Builder
Packages that use DescribeTimeToLiveRequest.Builder
Package
Description
-
Uses of DescribeTimeToLiveRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type DescribeTimeToLiveRequest.BuilderModifier and TypeMethodDescriptionDynamoDbAsyncClient.describeTimeToLive(Consumer<DescribeTimeToLiveRequest.Builder> describeTimeToLiveRequest) Gives a description of the Time to Live (TTL) status on the specified table.default DescribeTimeToLiveResponseDynamoDbClient.describeTimeToLive(Consumer<DescribeTimeToLiveRequest.Builder> describeTimeToLiveRequest) Gives a description of the Time to Live (TTL) status on the specified table. -
Uses of DescribeTimeToLiveRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return DescribeTimeToLiveRequest.BuilderModifier and TypeMethodDescriptionDescribeTimeToLiveRequest.builder()DescribeTimeToLiveRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeTimeToLiveRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The name of the table to be described.DescribeTimeToLiveRequest.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type DescribeTimeToLiveRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeTimeToLiveRequest.Builder>DescribeTimeToLiveRequest.serializableBuilderClass()