Uses of Class
software.amazon.awssdk.services.dynamodb.model.ImportTableDescription
-
Packages that use ImportTableDescription Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ImportTableDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ImportTableDescription Modifier and Type Method Description ImportTableDescription
DescribeImportResponse. importTableDescription()
Represents the properties of the table created for the import, and parameters of the import.ImportTableDescription
ImportTableResponse. importTableDescription()
Represents the properties of the table created for the import, and parameters of the import.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ImportTableDescription Modifier and Type Method Description DescribeImportResponse.Builder
DescribeImportResponse.Builder. importTableDescription(ImportTableDescription importTableDescription)
Represents the properties of the table created for the import, and parameters of the import.ImportTableResponse.Builder
ImportTableResponse.Builder. importTableDescription(ImportTableDescription importTableDescription)
Represents the properties of the table created for the import, and parameters of the import.
-