Uses of Enum
software.amazon.awssdk.services.dynamodb.model.ExportFormat
Packages that use ExportFormat
-
Uses of ExportFormat in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ExportFormatModifier and TypeMethodDescriptionfinal ExportFormatExportDescription.exportFormat()The format of the exported data.final ExportFormatExportTableToPointInTimeRequest.exportFormat()The format for the exported data.static ExportFormatUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ExportFormatReturns the enum constant of this type with the specified name.static ExportFormat[]ExportFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ExportFormatMethods in software.amazon.awssdk.services.dynamodb.model with parameters of type ExportFormatModifier and TypeMethodDescriptionExportDescription.Builder.exportFormat(ExportFormat exportFormat) The format of the exported data.ExportTableToPointInTimeRequest.Builder.exportFormat(ExportFormat exportFormat) The format for the exported data.