Uses of Class
software.amazon.awssdk.services.dynamodb.model.SourceTableDetails
-
Packages that use SourceTableDetails Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of SourceTableDetails in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return SourceTableDetails Modifier and Type Method Description SourceTableDetails
BackupDescription. sourceTableDetails()
Contains the details of the table when the backup was created.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type SourceTableDetails Modifier and Type Method Description BackupDescription.Builder
BackupDescription.Builder. sourceTableDetails(SourceTableDetails sourceTableDetails)
Contains the details of the table when the backup was created.
-