Uses of Class
software.amazon.awssdk.services.honeycode.model.TableDataImportJobStatus
-
Packages that use TableDataImportJobStatus Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of TableDataImportJobStatus in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return TableDataImportJobStatus Modifier and Type Method Description static TableDataImportJobStatusTableDataImportJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TableDataImportJobStatusDescribeTableDataImportJobResponse. jobStatus()The current status of the import job.TableDataImportJobStatusStartTableDataImportJobResponse. jobStatus()The status of the import job immediately after submitting the request.static TableDataImportJobStatusTableDataImportJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TableDataImportJobStatus[]TableDataImportJobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type TableDataImportJobStatus Modifier and Type Method Description static Set<TableDataImportJobStatus>TableDataImportJobStatus. knownValues()Methods in software.amazon.awssdk.services.honeycode.model with parameters of type TableDataImportJobStatus Modifier and Type Method Description DescribeTableDataImportJobResponse.BuilderDescribeTableDataImportJobResponse.Builder. jobStatus(TableDataImportJobStatus jobStatus)The current status of the import job.StartTableDataImportJobResponse.BuilderStartTableDataImportJobResponse.Builder. jobStatus(TableDataImportJobStatus jobStatus)The status of the import job immediately after submitting the request.
-