Uses of Class
software.amazon.awssdk.services.dynamodb.model.DescribeContinuousBackupsResponse
Packages that use DescribeContinuousBackupsResponse
-
Uses of DescribeContinuousBackupsResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return DescribeContinuousBackupsResponseModifier and TypeMethodDescriptionDynamoDbClient.describeContinuousBackups(Consumer<DescribeContinuousBackupsRequest.Builder> describeContinuousBackupsRequest) Checks the status of continuous backups and point in time recovery on the specified table.DynamoDbClient.describeContinuousBackups(DescribeContinuousBackupsRequest describeContinuousBackupsRequest) Checks the status of continuous backups and point in time recovery on the specified table.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type DescribeContinuousBackupsResponseModifier and TypeMethodDescriptionDynamoDbAsyncClient.describeContinuousBackups(Consumer<DescribeContinuousBackupsRequest.Builder> describeContinuousBackupsRequest) Checks the status of continuous backups and point in time recovery on the specified table.DynamoDbAsyncClient.describeContinuousBackups(DescribeContinuousBackupsRequest describeContinuousBackupsRequest) Checks the status of continuous backups and point in time recovery on the specified table.