Uses of Class
software.amazon.awssdk.services.dynamodb.model.ExportSummary
-
Packages that use ExportSummary Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ExportSummary in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ExportSummary Modifier and Type Method Description List<ExportSummary>ListExportsResponse. exportSummaries()A list ofExportSummaryobjects.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ExportSummary Modifier and Type Method Description ListExportsResponse.BuilderListExportsResponse.Builder. exportSummaries(ExportSummary... exportSummaries)A list ofExportSummaryobjects.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ExportSummary Modifier and Type Method Description ListExportsResponse.BuilderListExportsResponse.Builder. exportSummaries(Collection<ExportSummary> exportSummaries)A list ofExportSummaryobjects.
-