Uses of Class
software.amazon.awssdk.services.healthlake.model.JobStatus
-
Packages that use JobStatus Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of JobStatus in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return JobStatus Modifier and Type Method Description static JobStatusJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.JobStatusExportJobProperties. jobStatus()The status of a FHIR export job.JobStatusImportJobProperties. jobStatus()The job status for an Import job.JobStatusListFhirExportJobsRequest. jobStatus()This parameter limits the response to the export jobs with the specified job status.JobStatusListFhirImportJobsRequest. jobStatus()This parameter limits the response to the import job with the specified job status.JobStatusStartFhirExportJobResponse. jobStatus()The status of a FHIR export job.JobStatusStartFhirImportJobResponse. jobStatus()The status of an import job.static JobStatusJobStatus. 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.Methods in software.amazon.awssdk.services.healthlake.model that return types with arguments of type JobStatus Modifier and Type Method Description static Set<JobStatus>JobStatus. knownValues()Methods in software.amazon.awssdk.services.healthlake.model with parameters of type JobStatus Modifier and Type Method Description ExportJobProperties.BuilderExportJobProperties.Builder. jobStatus(JobStatus jobStatus)The status of a FHIR export job.ImportJobProperties.BuilderImportJobProperties.Builder. jobStatus(JobStatus jobStatus)The job status for an Import job.ListFhirExportJobsRequest.BuilderListFhirExportJobsRequest.Builder. jobStatus(JobStatus jobStatus)This parameter limits the response to the export jobs with the specified job status.ListFhirImportJobsRequest.BuilderListFhirImportJobsRequest.Builder. jobStatus(JobStatus jobStatus)This parameter limits the response to the import job with the specified job status.StartFhirExportJobResponse.BuilderStartFhirExportJobResponse.Builder. jobStatus(JobStatus jobStatus)The status of a FHIR export job.StartFhirImportJobResponse.BuilderStartFhirImportJobResponse.Builder. jobStatus(JobStatus jobStatus)The status of an import job.
-