Uses of Class
software.amazon.awssdk.services.dynamodb.model.ExportType
-
Packages that use ExportType Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ExportType in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ExportType Modifier and Type Method Description ExportTypeExportDescription. exportType()The type of export that was performed.ExportTypeExportSummary. exportType()The type of export that was performed.ExportTypeExportTableToPointInTimeRequest. exportType()Choice of whether to execute as a full export or incremental export.static ExportTypeExportType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExportTypeExportType. valueOf(String name)Returns 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 ExportType Modifier and Type Method Description static Set<ExportType>ExportType. knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ExportType Modifier and Type Method Description ExportDescription.BuilderExportDescription.Builder. exportType(ExportType exportType)The type of export that was performed.ExportSummary.BuilderExportSummary.Builder. exportType(ExportType exportType)The type of export that was performed.ExportTableToPointInTimeRequest.BuilderExportTableToPointInTimeRequest.Builder. exportType(ExportType exportType)Choice of whether to execute as a full export or incremental export.
-