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 ContinuousBackupsDescription
DescribeContinuousBackupsResponse. continuousBackupsDescription()
Represents the continuous backups and point in time recovery settings on the table.ContinuousBackupsDescription
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 ContinuousBackupsDescription Modifier and Type Method Description DescribeContinuousBackupsResponse.Builder
DescribeContinuousBackupsResponse.Builder. continuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)
Represents the continuous backups and point in time recovery settings on the table.UpdateContinuousBackupsResponse.Builder
UpdateContinuousBackupsResponse.Builder. continuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)
Represents the continuous backups and point in time recovery settings on the table.
-