Uses of Class
software.amazon.awssdk.services.dynamodb.model.DescribeTimeToLiveRequest
-
Packages that use DescribeTimeToLiveRequest Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.transform -
-
Uses of DescribeTimeToLiveRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type DescribeTimeToLiveRequest Modifier and Type Method Description default CompletableFuture<DescribeTimeToLiveResponse>DynamoDbAsyncClient. describeTimeToLive(DescribeTimeToLiveRequest 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. -
Uses of DescribeTimeToLiveRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type DescribeTimeToLiveRequest Modifier and Type Method Description SdkHttpFullRequestDescribeTimeToLiveRequestMarshaller. marshall(DescribeTimeToLiveRequest describeTimeToLiveRequest)
-