| Package | Description |
|---|---|
| software.amazon.awssdk.services.healthlake.model |
| Modifier and Type | Method and Description |
|---|---|
ImportJobProperties |
DescribeFhirImportJobResponse.importJobProperties()
The properties of the Import job request, including the ID, ARN, name, and the status of the job.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImportJobProperties> |
ListFhirImportJobsResponse.importJobPropertiesList()
The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFhirImportJobResponse.Builder |
DescribeFhirImportJobResponse.Builder.importJobProperties(ImportJobProperties importJobProperties)
The properties of the Import job request, including the ID, ARN, name, and the status of the job.
|
ListFhirImportJobsResponse.Builder |
ListFhirImportJobsResponse.Builder.importJobPropertiesList(ImportJobProperties... importJobPropertiesList)
The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
|
| Modifier and Type | Method and Description |
|---|---|
ListFhirImportJobsResponse.Builder |
ListFhirImportJobsResponse.Builder.importJobPropertiesList(Collection<ImportJobProperties> importJobPropertiesList)
The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
|
Copyright © 2023. All rights reserved.