Uses of Class
software.amazon.awssdk.services.dynamodb.model.ContinuousBackupsDescription
Packages that use ContinuousBackupsDescription
-
Uses of ContinuousBackupsDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ContinuousBackupsDescriptionModifier and TypeMethodDescriptionDescribeContinuousBackupsResponse.continuousBackupsDescription()Represents the continuous backups and point in time recovery settings on the table.UpdateContinuousBackupsResponse.continuousBackupsDescription()Represents the continuous backups and point in time recovery settings on the table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ContinuousBackupsDescriptionModifier and TypeMethodDescriptionDescribeContinuousBackupsResponse.Builder.continuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription) Represents the continuous backups and point in time recovery settings on the table.UpdateContinuousBackupsResponse.Builder.continuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription) Represents the continuous backups and point in time recovery settings on the table.