Uses of Class
software.amazon.awssdk.services.dynamodb.model.ExportDescription
-
Packages that use ExportDescription Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ExportDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ExportDescription Modifier and Type Method Description ExportDescriptionDescribeExportResponse. exportDescription()Represents the properties of the export.ExportDescriptionExportTableToPointInTimeResponse. exportDescription()Contains a description of the table export.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ExportDescription Modifier and Type Method Description DescribeExportResponse.BuilderDescribeExportResponse.Builder. exportDescription(ExportDescription exportDescription)Represents the properties of the export.ExportTableToPointInTimeResponse.BuilderExportTableToPointInTimeResponse.Builder. exportDescription(ExportDescription exportDescription)Contains a description of the table export.
-