Uses of Class
software.amazon.awssdk.services.dynamodb.model.ContinuousBackupsDescription
-
Packages that use ContinuousBackupsDescription Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ContinuousBackupsDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ContinuousBackupsDescription Modifier and Type Method Description ContinuousBackupsDescriptionDescribeContinuousBackupsResponse. continuousBackupsDescription()Represents the continuous backups and point in time recovery settings on the table.ContinuousBackupsDescriptionUpdateContinuousBackupsResponse. 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 ContinuousBackupsDescription Modifier and Type Method Description DescribeContinuousBackupsResponse.BuilderDescribeContinuousBackupsResponse.Builder. continuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)Represents the continuous backups and point in time recovery settings on the table.UpdateContinuousBackupsResponse.BuilderUpdateContinuousBackupsResponse.Builder. continuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)Represents the continuous backups and point in time recovery settings on the table.
-