Uses of Class
software.amazon.awssdk.services.dynamodb.model.ImportSummary
Packages that use ImportSummary
-
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 ImportSummaryModifier and TypeMethodDescriptionfinal List<ImportSummary>ListImportsResponse.importSummaryList()A list ofImportSummaryobjects.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ImportSummaryModifier and TypeMethodDescriptionListImportsResponse.Builder.importSummaryList(ImportSummary... importSummaryList) A list ofImportSummaryobjects.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ImportSummaryModifier and TypeMethodDescriptionListImportsResponse.Builder.importSummaryList(Collection<ImportSummary> importSummaryList) A list ofImportSummaryobjects.