Uses of Class
software.amazon.awssdk.services.dynamodb.model.DescribeTimeToLiveResponse
Packages that use DescribeTimeToLiveResponse
-
Uses of DescribeTimeToLiveResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return DescribeTimeToLiveResponseModifier and TypeMethodDescriptiondefault DescribeTimeToLiveResponseDynamoDbClient.describeTimeToLive(Consumer<DescribeTimeToLiveRequest.Builder> describeTimeToLiveRequest) Gives a description of the Time to Live (TTL) status on the specified table.default DescribeTimeToLiveResponseDynamoDbClient.describeTimeToLive(DescribeTimeToLiveRequest describeTimeToLiveRequest) Gives a description of the Time to Live (TTL) status on the specified table.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type DescribeTimeToLiveResponseModifier and TypeMethodDescriptionDynamoDbAsyncClient.describeTimeToLive(Consumer<DescribeTimeToLiveRequest.Builder> describeTimeToLiveRequest) Gives a description of the Time to Live (TTL) status on the specified table.DynamoDbAsyncClient.describeTimeToLive(DescribeTimeToLiveRequest describeTimeToLiveRequest) Gives a description of the Time to Live (TTL) status on the specified table.