| Package | Description |
|---|---|
| com.amazonaws.services.healthlake.model |
| Modifier and Type | Method and Description |
|---|---|
static JobStatus |
JobStatus.fromValue(String value)
Use this in place of valueOf.
|
static JobStatus |
JobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobStatus[] |
JobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImportJobProperties |
ImportJobProperties.withJobStatus(JobStatus jobStatus)
The job status for an Import job.
|
ExportJobProperties |
ExportJobProperties.withJobStatus(JobStatus jobStatus)
The status of a FHIR export job.
|
StartFHIRExportJobResult |
StartFHIRExportJobResult.withJobStatus(JobStatus jobStatus)
The status of a FHIR export job.
|
ListFHIRImportJobsRequest |
ListFHIRImportJobsRequest.withJobStatus(JobStatus jobStatus)
This parameter limits the response to the import job with the specified job status.
|
ListFHIRExportJobsRequest |
ListFHIRExportJobsRequest.withJobStatus(JobStatus jobStatus)
This parameter limits the response to the export jobs with the specified job status.
|
StartFHIRImportJobResult |
StartFHIRImportJobResult.withJobStatus(JobStatus jobStatus)
The status of an import job.
|
Copyright © 2024. All rights reserved.