Uses of Class
software.amazon.awssdk.services.dynamodb.model.ImportTableDescription
Packages that use ImportTableDescription
-
Uses of ImportTableDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ImportTableDescriptionModifier and TypeMethodDescriptionfinal ImportTableDescriptionDescribeImportResponse.importTableDescription()Represents the properties of the table created for the import, and parameters of the import.final 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 ImportTableDescriptionModifier and TypeMethodDescriptionDescribeImportResponse.Builder.importTableDescription(ImportTableDescription importTableDescription) Represents the properties of the table created for the import, and parameters of the import.ImportTableResponse.Builder.importTableDescription(ImportTableDescription importTableDescription) Represents the properties of the table created for the import, and parameters of the import.