Uses of Enum
software.amazon.awssdk.services.dynamodb.model.ExportStatus
Packages that use ExportStatus
-
Uses of ExportStatus in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ExportStatusModifier and TypeMethodDescriptionfinal ExportStatusExportDescription.exportStatus()Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.final ExportStatusExportSummary.exportStatus()Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.static ExportStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ExportStatusReturns 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 ExportStatusMethods in software.amazon.awssdk.services.dynamodb.model with parameters of type ExportStatusModifier and TypeMethodDescriptionExportDescription.Builder.exportStatus(ExportStatus exportStatus) Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.ExportSummary.Builder.exportStatus(ExportStatus exportStatus) Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.