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 ImportTableDescriptionDescribeImportResponse. importTableDescription()Represents the properties of the table created for the import, and parameters of the import.ImportTableDescriptionImportTableResponse. 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.BuilderDescribeImportResponse.Builder. importTableDescription(ImportTableDescription importTableDescription)Represents the properties of the table created for the import, and parameters of the import.ImportTableResponse.BuilderImportTableResponse.Builder. importTableDescription(ImportTableDescription importTableDescription)Represents the properties of the table created for the import, and parameters of the import.
-