Uses of Class
software.amazon.awssdk.services.dynamodb.model.ExportSummary
Packages that use ExportSummary
-
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 ExportSummaryModifier and TypeMethodDescriptionfinal List<ExportSummary>ListExportsResponse.exportSummaries()A list ofExportSummaryobjects.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ExportSummaryModifier and TypeMethodDescriptionListExportsResponse.Builder.exportSummaries(ExportSummary... exportSummaries) A list ofExportSummaryobjects.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ExportSummaryModifier and TypeMethodDescriptionListExportsResponse.Builder.exportSummaries(Collection<ExportSummary> exportSummaries) A list ofExportSummaryobjects.