Uses of Class
software.amazon.awssdk.services.dynamodb.model.ImportStatus
-
Packages that use ImportStatus Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ImportStatus in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ImportStatus Modifier and Type Method Description static ImportStatus
ImportStatus. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.ImportStatus
ImportSummary. importStatus()
The status of the import operation.ImportStatus
ImportTableDescription. importStatus()
The status of the import.static ImportStatus
ImportStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImportStatus[]
ImportStatus. 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 ImportStatus Modifier and Type Method Description static Set<ImportStatus>
ImportStatus. knownValues()
Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ImportStatus Modifier and Type Method Description ImportSummary.Builder
ImportSummary.Builder. importStatus(ImportStatus importStatus)
The status of the import operation.ImportTableDescription.Builder
ImportTableDescription.Builder. importStatus(ImportStatus importStatus)
The status of the import.
-