Uses of Enum
software.amazon.awssdk.services.dynamodb.model.ImportStatus
Packages that use ImportStatus
-
Uses of ImportStatus in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ImportStatusModifier and TypeMethodDescriptionstatic ImportStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ImportStatusImportSummary.importStatus()The status of the import operation.final ImportStatusImportTableDescription.importStatus()The status of the import.static ImportStatusReturns 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 ImportStatusMethods in software.amazon.awssdk.services.dynamodb.model with parameters of type ImportStatusModifier and TypeMethodDescriptionImportSummary.Builder.importStatus(ImportStatus importStatus) The status of the import operation.ImportTableDescription.Builder.importStatus(ImportStatus importStatus) The status of the import.