| Package | Description |
|---|---|
| software.amazon.awssdk.services.healthlake.model |
| Modifier and Type | Method and Description |
|---|---|
static JobStatus |
JobStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
JobStatus |
StartFhirExportJobResponse.jobStatus()
The status of a FHIR export job.
|
JobStatus |
StartFhirImportJobResponse.jobStatus()
The status of an import job.
|
JobStatus |
ListFhirImportJobsRequest.jobStatus()
This parameter limits the response to the import job with the specified job status.
|
JobStatus |
ExportJobProperties.jobStatus()
The status of a FHIR export job.
|
JobStatus |
ListFhirExportJobsRequest.jobStatus()
This parameter limits the response to the export jobs with the specified job status.
|
JobStatus |
ImportJobProperties.jobStatus()
The job status for an Import job.
|
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 |
|---|---|
static Set<JobStatus> |
JobStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StartFhirExportJobResponse.Builder |
StartFhirExportJobResponse.Builder.jobStatus(JobStatus jobStatus)
The status of a FHIR export job.
|
StartFhirImportJobResponse.Builder |
StartFhirImportJobResponse.Builder.jobStatus(JobStatus jobStatus)
The status of an import job.
|
ListFhirImportJobsRequest.Builder |
ListFhirImportJobsRequest.Builder.jobStatus(JobStatus jobStatus)
This parameter limits the response to the import job with the specified job status.
|
ExportJobProperties.Builder |
ExportJobProperties.Builder.jobStatus(JobStatus jobStatus)
The status of a FHIR export job.
|
ListFhirExportJobsRequest.Builder |
ListFhirExportJobsRequest.Builder.jobStatus(JobStatus jobStatus)
This parameter limits the response to the export jobs with the specified job status.
|
ImportJobProperties.Builder |
ImportJobProperties.Builder.jobStatus(JobStatus jobStatus)
The job status for an Import job.
|
Copyright © 2023. All rights reserved.