Uses of Class
software.amazon.awssdk.services.dynamodb.model.ExportStatus
-
Packages that use ExportStatus Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ExportStatus in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ExportStatus Modifier and Type Method Description ExportStatusExportDescription. exportStatus()Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.ExportStatusExportSummary. exportStatus()Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.static ExportStatusExportStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExportStatusExportStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ExportStatus[]ExportStatus. 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 ExportStatus Modifier and Type Method Description static Set<ExportStatus>ExportStatus. knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ExportStatus Modifier and Type Method Description ExportDescription.BuilderExportDescription.Builder. exportStatus(ExportStatus exportStatus)Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.ExportSummary.BuilderExportSummary.Builder. exportStatus(ExportStatus exportStatus)Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
-