Uses of Enum
software.amazon.awssdk.services.dynamodb.model.ExportType
Packages that use ExportType
-
Uses of ExportType in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ExportTypeModifier and TypeMethodDescriptionfinal ExportTypeExportDescription.exportType()The type of export that was performed.final ExportTypeExportSummary.exportType()The type of export that was performed.final ExportTypeExportTableToPointInTimeRequest.exportType()Choice of whether to execute as a full export or incremental export.static ExportTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ExportTypeReturns the enum constant of this type with the specified name.static ExportType[]ExportType.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 ExportTypeMethods in software.amazon.awssdk.services.dynamodb.model with parameters of type ExportTypeModifier and TypeMethodDescriptionExportDescription.Builder.exportType(ExportType exportType) The type of export that was performed.ExportSummary.Builder.exportType(ExportType exportType) The type of export that was performed.ExportTableToPointInTimeRequest.Builder.exportType(ExportType exportType) Choice of whether to execute as a full export or incremental export.