Uses of Class
software.amazon.awssdk.services.healthlake.model.ImportJobProperties
-
Packages that use ImportJobProperties Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of ImportJobProperties in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return ImportJobProperties Modifier and Type Method Description ImportJobPropertiesDescribeFhirImportJobResponse. importJobProperties()The properties of the Import job request, including the ID, ARN, name, and the status of the job.Methods in software.amazon.awssdk.services.healthlake.model that return types with arguments of type ImportJobProperties Modifier and Type Method Description List<ImportJobProperties>ListFhirImportJobsResponse. importJobPropertiesList()The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.Methods in software.amazon.awssdk.services.healthlake.model with parameters of type ImportJobProperties Modifier and Type Method Description DescribeFhirImportJobResponse.BuilderDescribeFhirImportJobResponse.Builder. importJobProperties(ImportJobProperties importJobProperties)The properties of the Import job request, including the ID, ARN, name, and the status of the job.ListFhirImportJobsResponse.BuilderListFhirImportJobsResponse.Builder. importJobPropertiesList(ImportJobProperties... importJobPropertiesList)The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.Method parameters in software.amazon.awssdk.services.healthlake.model with type arguments of type ImportJobProperties Modifier and Type Method Description ListFhirImportJobsResponse.BuilderListFhirImportJobsResponse.Builder. importJobPropertiesList(Collection<ImportJobProperties> importJobPropertiesList)The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
-