Uses of Class
software.amazon.awssdk.services.dynamodb.model.ImportSummary
-
Packages that use ImportSummary Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ImportSummary in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ImportSummary Modifier and Type Method Description List<ImportSummary>ListImportsResponse. importSummaryList()A list ofImportSummaryobjects.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ImportSummary Modifier and Type Method Description ListImportsResponse.BuilderListImportsResponse.Builder. importSummaryList(ImportSummary... importSummaryList)A list ofImportSummaryobjects.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ImportSummary Modifier and Type Method Description ListImportsResponse.BuilderListImportsResponse.Builder. importSummaryList(Collection<ImportSummary> importSummaryList)A list ofImportSummaryobjects.
-